{
  "name": "generator-react-web",
  "version": "0.8.0",
  "description": "Yeoman generator for creating interactive web sites with React and Redux + Webpack, Flow, ES7+, Babel, Yarn, npm Scripts, i18n, Redux Saga, SCSS, CSS Modules",
  "license": "MIT",
  "main": "app/index.js",
  "repository": "KarolAltamirano/generator-react-web",
  "author": {
    "name": "Karol Altamirano",
    "email": "karlos.altamirano@gmail.com",
    "url": "https://github.com/KarolAltamirano"
  },
  "files": [
    "app"
  ],
  "keywords": [
    "yeoman-generator"
  ],
  "scripts": {
    "start": "babel-node tools/start",
    "lint": "eslint tools"
  },
  "dependencies": {
    "chalk": "^1.1.3",
    "lodash": "^4.17.4",
    "yeoman-generator": "^1.1.1",
    "yosay": "^2.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-preset-latest": "^6.24.1",
    "eslint": "^3.19.0",
    "eslint-config-airbnb-base": "^11.1.3",
    "eslint-plugin-import": "^2.2.0",
    "js-beautify": "^1.6.12"
  }
}
