forked from AvnerCohen/node-express-bootstrap3-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 774 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
34
{
"name": "node-express-bootstrap3-template",
"version": "0.0.1",
"description": "A template for express, NodeJS and twitter bootstrap, with mocha for testing",
"main": "app.js",
"scripts": {
"test": "mocha",
"start": "nohup node app.js &"
},
"repository": {
"type": "git",
"url": "[email protected]:AvnerCohen/node-express-bootstrap3-template.git"
},
"keywords": [
"nodejs",
"express",
"template",
"twitter",
"bootstrap",
"bootstrap3",
"cluster"
],
"author": "Avner Cohen <[email protected]>",
"license": "MIT",
"dependencies": {
"express": "~3.3.4",
"mocha": "~1.12.0",
"should": "~1.2.2",
"jade": "~0.34.1",
"colors": "~0.6.1",
"npid": "~0.3.2",
"winston": "~0.7.2"
}
}