yumu
Version:
A automated building tool
46 lines (45 loc) • 1.03 kB
JSON
{
"name": "yumu",
"version": "0.0.14",
"description": "A automated building tool",
"main": "index.js",
"bin": {
"yumu": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dushao103500/yumu.git"
},
"keywords": [
"yumu",
"webpack",
"react"
],
"author": "takozhang",
"license": "ISC",
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.10.0",
"download": "^6.2.5",
"fuzzy": "^0.1.3",
"inquirer": "^3.1.1",
"inquirer-autocomplete-prompt": "^0.11.0",
"lodash": "^4.17.4",
"promise": "^8.0.0",
"unzip": "^0.1.11",
"unzip-stream": "^0.1.2",
"unzip2": "^0.2.5",
"yumu-build": "^0.0.2",
"yumu-init": "^0.0.26",
"yumu-install": "^0.0.5",
"yumu-server": "^0.0.2"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/dushao103500/yumu/issues"
},
"homepage": "https://github.com/dushao103500/yumu#readme"
}