m2-react-cli
Version:
Create a react app rapidly based on react-app-boilerplate.
33 lines (32 loc) • 674 B
JSON
{
"name": "m2-react-cli",
"version": "1.1.1",
"description": "Create a react app rapidly based on react-app-boilerplate.",
"bin": {
"m2-react-cli": "bin/m2-react-cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/miracle-git/m2.git"
},
"keywords": [
"react",
"redux",
"m2-core",
"m2-react",
"m2-redux",
"create-react-app",
"react-app-boilerplate",
"m2-react-cli"
],
"author": "Miracle He",
"preferGlobal": true,
"license": "MIT",
"dependencies": {
"chalk": "^2.4.2",
"commander": "^2.20.0",
"download-git-repo": "^2.0.0",
"inquirer": "^6.4.1",
"ora": "^3.4.0"
}
}