assetspack
Version:
clever assets packagement
36 lines • 760 B
JSON
{
"name": "assetspack",
"version": "0.1.5",
"homepage": "https://github.com/krasimir/assets-pack",
"description": "clever assets packagement",
"main": "index.js",
"author": "Krasimir Tsonev",
"license": "BSD",
"dependencies": {
"watchr": "2.3.7",
"optimist": "0.3.5",
"less": "1.3.3",
"shelljs": "0.1.2",
"underscore": "1.4.4",
"clean-css": "0.10.0",
"uglify-js": "1.3.4"
},
"keywords": [
"watching",
"watch",
"fswatcher",
"watchfile",
"fs",
"less",
"compilation",
"uglify",
"javascript"
],
"repository" : {
"type": "git",
"url": "https://github.com/krasimir/assets-pack.git"
},
"bin": {
"assetspack": "./index.js"
}
}