forked from apache/netbeans
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 687 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 687 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
{
"name": "${project.name}",
"version": "1.0.0",
"private": true,
"keywords": ["NetBeans", "node.js", "sample"],
"author": "NetBeans",
"scripts": {
"start": "node ./bin/www",
"postinstall": "node node_modules/bower/bin/bower install"
},
"dependencies": {
"body-parser": "~1.10.2",
"cookie-parser": "~1.4.7",
"debug": "~2.6.9",
"express": "~4.21.1",
"jade": "~1.9.1",
"morgan": "~1.9.1",
"bower" : "~1.8.8"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"jshint-stylish": "^0.2.0",
"time-grunt": "^0.3.2"
}
}