copy-cli
Version:
A CLI tool for copying files, with optional CSS/JS minification.
39 lines (38 loc) • 859 B
JSON
{
"name": "copy-cli",
"version": "1.2.1",
"description": "A CLI tool for copying files, with optional CSS/JS minification.",
"bin": {
"copy": "cli/copy"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/JoshuaWise/copy.git"
},
"keywords": [
"minify",
"js",
"css",
"copy",
"file",
"paste"
],
"author": "Joshua Wise <josh@joshuawise.ninja> (www.joshuawise.ninja)",
"license": "MIT",
"bugs": {
"url": "https://github.com/JoshuaWise/copy/issues"
},
"homepage": "https://github.com/JoshuaWise/copy",
"dependencies": {
"bluebird": "^2.9.34",
"clean-css": "^3.3.9",
"cli-color": "^1.0.0",
"errno": "^0.1.4",
"nopt": "^3.0.3",
"simple-get": "^1.4.2",
"uglify-js": "^2.4.24"
}
}