fabricate
Version:
Combines mincer and uglify-js to build dependent files and a source map
40 lines (39 loc) • 884 B
JSON
{
"name": "fabricate",
"version": "0.2.0",
"description": "Combines mincer and uglify-js to build dependent files and a source map",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/joeytrapp/node-fabricate.git"
},
"keywords": [
"fabricate",
"build",
"mincer",
"uglify",
"assets",
"concat",
"sourcemaps"
],
"author": "Joey Trapp",
"license": "MIT",
"bugs": {
"url": "https://github.com/joeytrapp/node-fabricate/issues"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0"
},
"dependencies": {
"mkdirp": "~0.3.5",
"underscore": "~1.5.1",
"uglify-js": "~2.3.6",
"mincer": "~0.5.6"
}
}