forked from mrcoles/static-less-coffeescript-grunt-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 789 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
{
"name": "static-less-coffeescript-grunt-project",
"author": "PurposeLab <[email protected]> (http://purposelab.co)",
"version": "0.0.0",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-aws-s3": "^0.14.0",
"grunt-compile-handlebars": "^2.0.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-qunit": "~0.4.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-filerev": "~0.2.1",
"grunt-usemin": "~2.1.1"
}
}