-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 955 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 955 Bytes
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
{
"name": "odc",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"install": "grunt",
"postuninstall": "grunt"
},
"dependencies": {
"body-parser": "^1.16.0",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.14.0",
"express-fileupload": "^0.0.6",
"file-type": "^4.1.0",
"glob": "^7.1.1",
"grunt": "^1.0.1",
"morgan": "~1.7.0",
"node-natural-sort": "^0.8.6",
"pdf-image": "^1.1.0",
"pug": "~2.0.0-beta6",
"read-chunk": "^2.0.0",
"sanitize-filename": "^1.6.1",
"serve-favicon": "~2.3.0",
"slug": "^0.9.1",
"unoconv": "https://github.com/chellem/node-unoconv.git"
},
"devDependencies": {
"grunt-bowercopy": "^1.2.4",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-notify": "^0.4.5",
"grunt-timer": "^0.6.0",
"load-grunt-tasks": "^3.5.2",
"time-grunt": "^1.4.0"
}
}