aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-03-02 23:54:46 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-03-02 23:54:46 +0100
commitac3e7e494669f6f923cb240f03d974efc6c84899 (patch)
treee9d9b0415c5a6906839080b44960b6629d687ad5 /package.json
parent74c6a06b4b664328e7a2d7e2de4474df28202429 (diff)
downloadsite-ac3e7e494669f6f923cb240f03d974efc6c84899.tar.gz
site-ac3e7e494669f6f923cb240f03d974efc6c84899.zip
Migrate website to my own static site generator
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..7d5e20f
--- /dev/null
+++ b/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "site",
+ "version": "1.0.0",
+ "description": "deuxfleurs.fr",
+ "main": "render.js",
+ "dependencies": {
+ "jstransformer-markdown-it": "^2.1.0",
+ "marked": "^0.8.0",
+ "pug": "^2.0.4"
+ },
+ "devDependencies": {},
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git@git.deuxfleurs.fr:Deuxfleurs/site.git"
+ },
+ "author": "",
+ "license": "ISC"
+}