create-react-proj
Version:
Create your react projects with minimum dependencies
31 lines (30 loc) • 657 B
JSON
{
"name": "create-react-proj",
"version": "1.1.0",
"description": "",
"main": "./bin/index.js",
"bin": {
"create-react-proj": "bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gingerwilliams/create-react-proj.git"
},
"keywords": [
"React",
"Boostrap",
"Jest",
"Webpack",
"Babel",
"Redux"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gingerwilliams/create-react-proj/issues"
},
"homepage": "https://github.com/gingerwilliams/create-react-proj#readme"
}