nv-pack
Version:
Build tool for packing static distribution packages. Part of the node-front project.
23 lines (22 loc) • 503 B
JSON
{
"name": "nv-pack",
"version": "0.1.22",
"description": "Build tool for packing static distribution packages. Part of the node-front project.",
"author": "Serge Borbit <serge.borbit@gmail.com>",
"dependencies": {
"commander": "*",
"progress": "*",
"uglify-js": "1.x",
"sprintf": "0.x",
"lodash": "0.x",
"rimraf": "2.x",
"async": "0.x",
"less": "1.x",
"csso": "*",
"fs-extra": "~0.8.1",
"mime": "*"
},
"bin": {
"nv-pack": "./bin/pack"
}
}