-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 951 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 951 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
{
"name": "Node-REST-api",
"description": "Node REST api",
"main": "server.js",
"version": "0.0.1",
"private": true,
"dependencies": {
"body-parser": "1.4.3",
"compression": "1.0.8",
"cors": "^2.4.1",
"express": "4.x",
"lodash": "^2.4.1",
"moment": "^2.7.0",
"mongoose": "^3.8.14",
"restify": "2.8.1",
"swagger-node-express": "2.1.0",
"winston": "0.7.3"
},
"devDependencies": {
"chai": "^1.9.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.4.17",
"grunt-mocha-istanbul": "^1.5.0",
"grunt-open": "^0.2.3",
"grunt-parallel": "^0.3.1",
"grunt-shell-spawn": "^0.3.0",
"grunt-simple-mocha": "^0.4.0",
"grunt-wait": "^0.1.0",
"load-grunt-tasks": "^0.6.0",
"mocha": "^1.20.1",
"supertest": "^0.13.0"
},
"engines": {
"node": "0.10.x"
}
}