canvas-cli
Version:
HTML Canvas project bootstrapper.
38 lines (37 loc) • 889 B
JSON
{
"name": "canvas-cli",
"version": "1.0.3",
"description": "HTML Canvas project bootstrapper.",
"main": "index.js",
"scripts": {
"build": "backpack build",
"start": "node src/index.js",
"template": "node src/template.js",
"prebuild": "npm run template && del build",
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nishanbajracharya/canvas.git"
},
"keywords": [
"canvas"
],
"author": "Nishan Bajracharya <nisbaj11@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nishanbajracharya/canvas/issues"
},
"homepage": "https://github.com/nishanbajracharya/canvas#readme",
"dependencies": {
"backpack-core": "^0.8.4",
"chalk": "^2.4.2",
"yargs": "^13.2.4"
},
"bin": {
"canvas": "./build/canvas.js"
},
"devDependencies": {
"del-cli": "^2.0.0"
}
}