-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 972 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "kit",
"version": "1.0.0",
"description": "boilerplate using kube-f",
"main": "index.js",
"repository": "[email protected]:Kube-f/kit.git",
"author": "fabulousduck <[email protected]>",
"license": "MIT",
"scripts": {
"test": "node_modules/.bin/mocha -w ",
"dev": "nodemon index.js | bunyan"
},
"dependencies": {
"ajv": "^6.5.2",
"bluebird": "^3.5.1",
"bunyan-format": "^0.2.1",
"dotenv": "^4.0.0",
"jsonwebtoken": "^8.1.1",
"kube-f": "^0.2.8",
"mongodb": "^3.0.2",
"mongoose": "^5.0.6",
"restify": "^6.3.4"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-register": "^6.26.0",
"bunyan": "^1.8.12",
"jslint": "^0.11.0",
"mocha": "^5.0.0",
"nodemon": "^1.14.7",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"should": "^13.2.1"
}
}