-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 912 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 912 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
{
"name": "dotaviz",
"version": "1.0.0",
"devDependencies": {
"Faker": "~0.7.0",
"body-parser": "^1.9.0",
"bower": "~1.2.8",
"compression": "^1.1.0",
"connect": "^3.2.0",
"connect-header": "0.0.5",
"cookie-parser": "^1.3.3",
"cookie-session": "^1.0.2",
"datafixture.js": "~0.1.3",
"gm": "^1.17.0",
"grunt": "^0.4.5",
"grunt-bg-shell": "~2.3.1",
"grunt-cli": "~0.1.9",
"grunt-connect-proxy": "~0.1.6",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-processhtml": "~0.3.3",
"grunt-prompt": "~0.2.0",
"jsonlint": "^1.6.2",
"lodash": "^2.4.1",
"node-uuid": "~1.4.1",
"shelljs": "~0.2.6",
"split": "^0.3.0",
"urlrouter": "^0.5.4"
}
}