-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 918 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": "workbench",
"description": "Workbench",
"version": "0.0.1",
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"bean": "*",
"bootstrap": "~3.3.1",
"font-awesome": "~4.2.0",
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-jade": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-stylus": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-doxx": "*",
"grunt-exec": "*",
"grunt-extend": "*",
"grunt-jsdox": "*",
"jade": "~1.8.2",
"jasmine-core": "*",
"jshint": "~2.5.11",
"phantomjs": "~1.9.8",
"qwery": "*",
"requirejs": "~2.1.15",
"reqwest": "*"
},
"scripts": {
"postinstall": "./node_modules/.bin/grunt init && ./node_modules/.bin/grunt"
},
"devDependencies": {
"grunt-express": "~1.4.1"
}
}