summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-12-15 09:12:14 +0100
committerJules Laplace <julescarbon@gmail.com>2017-12-15 09:12:14 +0100
commitead7e4c6b383f53c2beb66f29510a457dc0b6ed8 (patch)
treec8215921c017a38f0b6f759bcd2cb115771dfa22 /package.json
parent0767045a3b210ee65a4c8c90b5dc42a6e54e0d1f (diff)
noo api
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index 08d962c..ab3390e 100644
--- a/package.json
+++ b/package.json
@@ -27,6 +27,7 @@
"express": "^4.13.3",
"express-json": "^1.0.0",
"express-session": "^1.11.3",
+ "fs-readfile-promise": "^3.0.0",
"knex": "^0.8.6",
"knox": "^0.9.2",
"lodash": "^3.10.1",
@@ -43,5 +44,8 @@
"skipper": "^0.5.5",
"uglify-es": "^3.2.2",
"unix-crypt-td-js": "^1.0.0"
+ },
+ "devDependencies": {
+ "mime-types": "^2.1.17"
}
}