grunt-jasper
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "grunt-jasper", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "build and package jasper application", | ||
@@ -25,12 +25,15 @@ "homepage": "https://github.com/jasperjs/jasper-build", | ||
"grunt": "~0.4.2", | ||
"grunt-contrib-clean": "~0.5.0", | ||
"grunt-contrib-concat": "^0.5.0", | ||
"grunt-contrib-cssmin": "^0.11.0", | ||
"grunt-contrib-jshint": "~0.8.0", | ||
"grunt-contrib-nodeunit": "~0.3.0", | ||
"grunt-contrib-uglify": "^0.7.0", | ||
"grunt-typescript": "^0.6.1", | ||
"grunt-contrib-clean": "~0.5.0", | ||
"grunt-contrib-jshint": "~0.8.0", | ||
"grunt-contrib-nodeunit": "~0.3.0", | ||
"jshint-stylish": "~0.1.5" | ||
"jshint-stylish": "~0.1.5", | ||
"load-grunt-tasks": "~0.3.0" | ||
}, | ||
"peerDependencies": { | ||
"grunt": "~0.4.0" | ||
}, | ||
"scripts": { | ||
@@ -37,0 +40,0 @@ "test": "grunt test" |
Sorry, the diff of this file is not supported yet
79466
2
10