asset-packs
Version:
Grunt Plugin/Middleware for packing development source into production assets
51 lines (50 loc) • 1.12 kB
JSON
{
"name": "asset-packs",
"description": "Grunt Plugin/Middleware for packing development source into production assets",
"version": "0.4.5",
"homepage": "https://github.com/markgardner/asset-packs",
"main": "index.js",
"author": {
"name": "Mark Gardner",
"email": "mark@outer-limit.com"
},
"repository": {
"type": "git",
"url": "https://github.com/markgardner/asset-packs.git"
},
"bugs": {
"url": "https://github.com/markgardner/asset-packs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/markgardner/asset-packs/blob/master/LICENSE"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"chai": "^1.9.2",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-mocha-test": "^0.12.2",
"rewire": "^2.1.2",
"sinon": "^1.11.1"
},
"keywords": [
"gruntplugin",
"assets",
"packs"
],
"dependencies": {
"async": "^0.9.0",
"glob": "^4.0.6",
"istanbul": "^0.3.2",
"node-fs": "^0.1.7",
"uglify-js": "^2.4.15"
}
}