-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 KB
/
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
39
40
41
42
43
44
45
46
47
{
"name": "node-demo",
"version": "1.0.0",
"description": "to show express & swaggerui",
"main": "app.js",
"scripts": {
"test": "jscoverage lib lib-cov && mocha test/**/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/nabraham/node-demo.git"
},
"keywords": [
"node",
"demo"
],
"author": "Nathan Abraham <[email protected]> (https://github.com/nabraham/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/nabraham/node-demo/issues"
},
"homepage": "https://github.com/nabraham/node-demo",
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.12.0",
"colors": "^1.0.3",
"express": "^4.12.0",
"express-json": "^1.0.0",
"express-winston": "^0.2.12",
"lodash": "^3.3.1",
"minimist": "^1.1.0",
"moment": "^2.9.0",
"picture-tube": "0.0.4",
"swagger-node-express": "^2.1.3",
"swagger-ui": "^2.1.8-M1",
"terminal-bar": "nabraham/terminal-bar",
"winston": "^0.9.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.0",
"jscoverage": "0.5.6",
"mocha": "^2.1.0",
"mocha-lcov-reporter": "0.0.2"
}
}