react-app-seed
Version:
Boilerplate and tooling for JavaScript application development with React
38 lines (37 loc) • 920 B
JSON
{
"name": "react-app-seed",
"version": "1.0.0",
"description": "Boilerplate and tooling for JavaScript application development with React",
"main": "./index.js",
"bin": {
"react-app-seed": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pankajladhar/react-app-seed.git"
},
"keywords": [
"react",
"react-boilerplate",
"react-seed",
"react-app",
"react-setup",
"react-skeleton"
],
"author": "Pankaj Ladhar <ladharpankaj@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pankajladhar/react-app-seed/issues"
},
"homepage": "https://github.com/pankajladhar/react-app-seed#readme",
"devDependencies": {
"chalk": "^2.1.0",
"clui": "^0.3.6",
"commander": "^2.11.0",
"figlet": "^1.2.0",
"fs-extra": "^4.0.1",
"inquirer": "^3.2.3",
"semver": "^5.4.1",
"treeify": "^1.0.1"
}
}