-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.13 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
{
"name": "enen",
"description": "",
"main": "server.js",
"version": "0.0.1",
"dependencies": {
"body-parser": "^1.0.2",
"bower": "*",
"compression": "~1.0.2",
"connect-mongo": "~0.4.1",
"cookie-parser": "~1.0.1",
"express": "~4.1.1",
"express-session": "~1.0.4",
"fs-extra": "~0.8.1",
"github-api": "~0.7.0",
"gravatar": "~1.0.6",
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-less": "~0.8.3",
"grunt-contrib-requirejs": "*",
"grunt-contrib-uglify": "*",
"jade": "~1.0.0",
"mkdirp": "~0.3.5",
"mongoose": "~3.8.3",
"morgan": "^1.0.1",
"passport": "~0.1.18",
"passport-baidu": "0.0.1",
"passport-github": "~0.1.5",
"passport-local": "~0.1.6",
"request": "~2.34.0",
"tracer": "~0.6.1",
"underscore": "~1.5.2"
},
"scripts": {
"start": "node server",
"install": "./node_modules/bower/bin/bower install && ./node_modules/grunt-cli/bin/grunt"
},
"licenses": [
{
"type": "MIT",
"url": "http://mit-license.org"
}
],
"devDependencies": {
"node-inspector": "~0.7.1"
}
}