diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
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", |
