UNPKG

create-bootstrap-react-app

Version:
32 lines (31 loc) 777 B
{ "name": "create-bootstrap-react-app", "version": "0.0.8", "description": "Create React apps with Bootstrap", "bin": { "create-bootstrap-react-app": "index.js" }, "repository": { "type": "git", "url": "git+https://github.com/richardzcode/create-bootstrap-react-app.git" }, "keywords": [ "Create", "React", "App", "Bootstrap" ], "author": "Richard Zhang <richardzcode@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/richardzcode/create-bootstrap-react-app/issues" }, "homepage": "https://github.com/richardzcode/create-bootstrap-react-app#readme", "dependencies": { "chalk": "^2.4.1", "commander": "^2.18.0", "fs-extra": "^7.0.0", "glob": "^7.1.3", "shelljs": "^0.8.2" } }