summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-01-24 13:07:23 +0100
committerJules Laplace <julescarbon@gmail.com>2018-01-24 13:07:23 +0100
commit08ac33fbd67e115f50855f310f192a4d38fcaf50 (patch)
tree63ec4d13306e0b480fe3a21543fd2b97537808dc /package.json
parent3ce1a44ab308f4c483541944aa777ec8aa91af2b (diff)
begin keyword dump endpoint, add search rebuild endpoint
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index ab3390e..1e076f0 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,7 @@
"start": "node index",
"build:search": "node bucky/bin/build-search",
"build:scripts": "node bucky/bin/build-scripts",
+ "export:keyword": "node bucky/bin/export-keyword",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
@@ -31,6 +32,7 @@
"knex": "^0.8.6",
"knox": "^0.9.2",
"lodash": "^3.10.1",
+ "mock-express": "^1.2.0",
"mongodb": "^2.2.33",
"multer": "^1.0.3",
"multiparty": "^4.1.2",