UNPKG

react-raise

Version:

a react cli starter kit that bootstraps a react application

61 lines (60 loc) 1.41 kB
{ "name": "react-raise", "version": "1.0.2", "description": "a react cli starter kit that bootstraps a react application", "main": "index.js", "scripts": { "test": "NODE_ENV=development nyc --reporter=html --reporter=text mocha --require test/helper test/**/*.spec.js", "coverage": "nyc report --reporter=text-lcov | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/andela-iamao/react-raise.git" }, "keywords": [ "react", "react-raise", "raise", "js", "npm", "easy", "start", "bootstrap" ], "bin": { "raise": "index.js" }, "author": "Inumidun Amao", "license": "MIT", "bugs": { "url": "https://github.com/andela-iamao/react-raise/issues" }, "nyc": { "exclude": [ "index.js" ] }, "homepage": "https://github.com/andela-iamao/react-raise#readme", "devDependencies": { "babel-eslint": "^7.2.3", "bdd-stdin": "^0.2.0", "chai": "^4.0.2", "coveralls": "^2.13.1", "eslint": "^3.19.0", "eslint-config-airbnb-base": "^11.2.0", "eslint-plugin-import": "^2.3.0", "mocha": "^3.4.2", "nyc": "^11.0.2", "sinon": "^2.3.4" }, "dependencies": { "chalk": "^1.1.3", "figlet": "^1.2.0", "inquirer": "^3.1.0", "jsonfile": "^3.0.0", "lodash": "^4.17.4", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "touch": "^1.0.0" } }