-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 756 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 756 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
{
"name": "foo",
"version": "0.0.0",
"devDependencies": {
"grunt": "^0.4",
"grunt-accessibility": "^3",
"grunt-auto-install": "^0.3.0",
"grunt-contrib-clean": "^0.6",
"grunt-contrib-compass": "^1",
"grunt-contrib-connect": "^0.10",
"grunt-contrib-copy": "^0.8",
"grunt-contrib-csslint": "^0.4",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "^0.11",
"grunt-contrib-qunit": "^0.7",
"grunt-contrib-requirejs": "^0.4",
"grunt-contrib-uglify": "^0.9",
"grunt-contrib-watch": "^0.6",
"grunt-jsdoc": "^0.6",
"grunt-modernizr": "^0.6",
"grunt-newer": "^1",
"grunt-replace": "^0.8",
"grunt-scss-lint": "^0.3",
"grunt-sync": "0.2",
"jshint-stylish": "^1"
}
}