-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·55 lines (55 loc) · 1.29 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
48
49
50
51
52
53
54
55
{
"name": "nodejs-starter",
"version": "0.0.1",
"description": "Simple demo app for beginners. Node.js, express, mongoose, passport.js, component.io and jade.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/gravityonmars/nodejs-starter.git"
},
"keywords": [
"nodejs",
"express",
"mongoose",
"passport",
"component",
"jade"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/gravityonmars/nodejs-starter/issues"
},
"engines": {
"node": "0.10.15",
"npm": "1.3.5"
},
"dependencies": {
"passport": "~0.2.0",
"express": "4.4.3",
"express-session": "v1.3.1",
"cookie-parser": "1.1.0",
"body-parser": "1.3.1",
"errorhandler": "1.0.2",
"compression": "1.0.7",
"nowww": "~1.1.2",
"serve-favicon": "2.0.1",
"jade": "~0.35.0",
"passport-facebook": "~1.0.2",
"passport-twitter": "~1.0.2",
"mongoose": "~3.6.17",
"connect-mongo": "0.4.1",
"string-to-js": "0.0.1",
"commander": "~2.0.0",
"component-stylus-plugin": "~0.2.3",
"component": "~0.19.5",
"component-builder": "~0.10.1",
"merge-util": "0.1.0",
"node-path": "0.0.3",
"crypto": "0.0.3",
"debug": "~0.7.4"
}
}