webcreate-cli
Version:
A boilerplate to create web project.
35 lines (34 loc) • 703 B
JSON
{
"name": "webcreate-cli",
"version": "1.0.24",
"description": "A boilerplate to create web project.",
"main": "bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"WebStarterKit",
"WebCreate CLI",
"ClI",
"Create",
"Project",
"Gulp",
"Gulp starter kit"
],
"author": "Ajoy Karmakar",
"license": "MIT",
"bin": {
"webcreate": "./bin/webcreate.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ajoykarmakar459/WebStarterKit.git"
},
"dependencies": {
"arg": "^5.0.0",
"boxen": "^4.0.0",
"chalk": "^2.4.2",
"shelljs": "^0.8.3",
"yargs": "^13.2.4"
}
}