-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 949 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 949 Bytes
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
39
40
{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"moment": "^2.17.1",
"mongoose": "^4.6.0",
"mongoose-deep-populate": "2.0.3",
"node-env-file": "0.1.8"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"lodash": "^4.17.4",
"mocha": "^3.0.2",
"nautilustar-debug": "^0.1.0",
"should": "^11.1.0",
"supertest": "^2.0.0",
"gulp": "^3.9.1",
"gulp-append-prepend": "^1.0.3",
"gulp-cli": "^1.2.2",
"gulp-concat": "^2.6.1",
"gulp-copy": "^1.0.0",
"gulp-file": "^0.3.0",
"gulp-inject-string": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"through2": "^2.0.3",
"yargs": "^6.6.0"
}
}