-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 960 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
{
"name": "node-foundation",
"version": "1.0.9",
"description": "This node module can to use to setup and build your node project. You can automatically create routes, controllers etc and many other easy supports.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VoidCanvas/node-foundation.git"
},
"keywords": [
"node",
"setup"
],
"author": "Paul Shan <[email protected]> (http://voidcanvas.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/VoidCanvas/node-foundation/issues"
},
"homepage": "https://github.com/VoidCanvas/node-foundation#readme",
"dependencies": {
"body-parser": "^1.15.0",
"compression": "^1.6.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"fs": "0.0.2",
"imvalid": "^1.4.0",
"mongodb": "^2.1.18",
"yargs": "^4.6.0"
}
}