-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 KB
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
{
"name": "ng-nice",
"version": "1.0.4",
"author": "why520crazy",
"description": "ng-nice app!",
"scripts": {
"start": "NODE_ENV=production node app.js",
"start-dev": "NODE_ENV=development node app.js",
"test": "grunt test"
},
"dependencies": {
"body-parser": "~1.0.2",
"compression": "~1.0.7",
"cookie-parser": "~1.0.1",
"ejs": "2.5.7",
"express": "~4.8.2",
"express3-ejs-layout": "~0.0.1",
"formidable": "~1.0.14",
"lodash": "~2.4.1",
"markdown": "~0.5.0",
"marked": "~0.3.2",
"method-override": "~1.0.0",
"moment": "2.19.3",
"mongoose": "~3.8.8",
"morgan": "~1.0.1",
"node-uuid": "~1.4.1",
"nodemailer": "~0.6.3",
"passport": "~0.2.0",
"passport-github": "~0.1.5",
"passport-weibo": "~0.1.0",
"winston": "^1.0.1"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-jsdoc": "~0.5.6",
"ink-docstrap": "~0.4.12"
}
}