-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 959 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
40
{
"name": "mysite",
"version": "0.0.1",
"description": "个人站点",
"main": "app.js",
"scripts": {
"test": "null"
},
"keywords": [
"个人站点"
],
"author": "杨森 <[email protected]>",
"license": "MIT",
"dependencies": {
"body-parser": "^1.13.1",
"connect-favicons": "0.0.4",
"connect-mongo": "^0.8.1",
"cookie-parser": "^1.3.5",
"express": "^4.13.0",
"express-session": "^1.11.3",
"express3-handlebars": "^0.5.2",
"formidable": "^1.0.17",
"moment": "^2.10.3",
"mongoose": "^4.0.6",
"morgan": "^1.6.0",
"nodemailer": "^0.7.1",
"rmdir": "^1.1.0",
"underscore": "^1.8.3",
"unzip": "^0.1.11"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concurrent": "^2.0.0",
"grunt-contrib-compass": "^1.0.3",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.4.0"
}
}