-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.09 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
{
"name": "cca",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "^1.13.3",
"co": "^4.6.0",
"compression": "^1.5.2",
"cookie-parser": "^1.3.3",
"count-lines-in-file": "^1.0.2",
"cron": "^1.1.0",
"delete": "^0.3.0",
"download": "^4.4.3",
"express": "^4.13.4",
"express-handlebars": "^3.0.0",
"file-compare": "0.0.2",
"find-remove": "https://github.com/nrullo/find-remove/tarball/master",
"fs-compare": "0.0.4",
"glob": "^6.0.4",
"line-by-line-promise": "0.0.1",
"method-override": "^2.3.0",
"moment": "^2.13.0",
"mongodb": "^2.1.16",
"morgan": "^1.6.1",
"node-mailer": "^0.1.1",
"nodemailer": "^2.3.2",
"properties-reader": "0.0.15",
"serve-favicon": "^2.3.0",
"touch": "^1.0.0",
"vinyl-file": "^2.0.0",
"winston": "^2.2.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-develop": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"request": "^2.60.0",
"time-grunt": "^1.2.1",
"load-grunt-tasks": "^3.2.0"
}
}