create-personal-react-app
Version:
A thin wrapper around Facebook's create-react-app
36 lines (35 loc) • 832 B
JSON
{
"name": "create-personal-react-app",
"version": "2.0.4",
"description": "A thin wrapper around Facebook's create-react-app",
"license": "MIT",
"repository": "calazans10/create-personal-react-app",
"author": {
"name": "Jeferson Farias Calazans",
"email": "calazans10@gmail.com",
"url": "calazans10.com"
},
"engines": {
"node": ">=6"
},
"main": "index.js",
"bugs": {
"url": "https://github.com/calazans10/create-personal-react-app/issues"
},
"homepage": "https://github.com/calazans10/create-personal-react-app#readme",
"keywords": [
"react",
"redux",
"redux-saga",
"react-router-v4",
"zero-configuration",
"build-tools"
],
"bin": {
"create-personal-react-app": "index.js"
},
"dependencies": {
"colors": "^1.3.3",
"shelljs": "^0.8.3"
}
}