-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 886 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
35
36
37
38
39
{
"name": "nodebase",
"version": "0.0.1",
"description": "A basic NodeJS app using express, mongodb, passport-local, jade, and twitter bootstrap 3",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "[email protected]:kefo/nodebase.git"
},
"keywords": [
"nodejs",
"express",
"template",
"twitter",
"bootstrap",
"bootstrap3"
],
"author": "Kevin Ford <[email protected]>",
"license": "MIT",
"dependencies": {
"express": "~3.3.4",
"connect-flash": "~0.1.1",
"jade": "~1.7.0",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"mongodb": "~1.4.17",
"mongoose": "~3.8.16",
"connect-mongo": "0.4.x",
"rdfstore": "0.8.2",
"lodash": "~2.4.1",
"mocha": "~1.21.4",
"chai": "~1.9.1",
"should": "~4.0.4",
"bcrypt-nodejs": "0.0.3"
}
}