-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.41 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"author": "下午班第三组",
"name": "Activitee",
"version": "0.0.1",
"homepage": "",
"licenses": {
"type": "MIT"
},
"bugs": "https://github.com/natsu12/Activitee/issues",
"repository": {
"type": "git",
"url": "https://github.com/natsu12/Activitee"
},
"dependencies": {
"MD5": "^1.2.2",
"async": "^1.2.1",
"bcrypt-nodejs": "*",
"body-parser": "~1.0.0",
"connect-flash": "*",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"express": "~4.2.0",
"express-session": "~1.0.4",
"formidable": "*",
"gm": "^1.18.1",
"jade": "~1.3.0",
"moment": "^2.10.3",
"mongoose": "~3.8.12",
"morgan": "~1.0.0",
"multer": "^0.1.8",
"nodemailer": "^0.7.1",
"static-favicon": "~1.0.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "0.0.6",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.4.1",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.4.1",
"grunt-contrib-jade": "^0.14.1",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-watch": "^0.4.4",
"grunt-conventional-changelog": "^0.1.2",
"grunt-express": "1.4.0",
"grunt-livescript": "0.5.1",
"grunt-newer": "^0.7.0",
"grunt-nodemon": "^0.4.0",
"load-grunt-configs": "^0.4.0",
"load-grunt-tasks": "^0.6.0",
"node-bourbon": "^1.2.3"
}
}