grunt-shrinkpack
Version:
Provides a task for Shrinkpack to run. Requires grunt-shrinkwrap to run before grunt-shrinkpack, as Shrinkpack uses the json file generated by Shrinkwrap.
49 lines (48 loc) • 1.17 kB
JSON
{
"name": "grunt-shrinkpack",
"description": "Provides a task for Shrinkpack to run. Requires grunt-shrinkwrap to run before grunt-shrinkpack, as Shrinkpack uses the json file generated by Shrinkwrap.",
"version": "0.0.5",
"homepage": "https://github.com/jeremyhofman/grunt-shrinkpack",
"author": {
"name": "Jeremy Hofman",
"email": "jeremy.hofman@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/jeremyhofman/grunt-shrinkpack"
},
"bugs": {
"url": "https://github.com/jeremyhofman/grunt-shrinkpack/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jeremyhofman/grunt-shrinkpack/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"shelljs": "~0.2.6"
},
"devDependencies": {
"grunt": "^0.4.3",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.9.2",
"os": "^0.1.1"
},
"peerDependencies": {
"grunt": "^0.4.3"
},
"keywords": [
"shrinkwrap",
"shrinkpack",
"npm-shrinkwrap",
"npm-shrinkpack",
"npm-shrinkwrap.json"
]
}