{
  "name": "reactatouille",
  "version": "0.9.8",
  "description": "Reactatouille is a command-line tool to help quickly start and build a new React project, using Redux, Webpack, Gulp (You can add your own tasks, yo!), HMR/Hot Module Reload, Sass (architecture best practices), Jest, Enzyme, popmotion, Redux devtools (browser ext support) and the Express server.",
  "main": "index.js",
  "scripts": {
    "test": "cd ./template && npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/heldrida/reactatouille-boilerplate.git"
  },
  "keywords": [
    "gulp",
    "react",
    "webpack2",
    "boilerplate",
    "ES6",
    "ES2015",
    "babel",
    "jest",
    "enzyme",
    "hmr",
    "express",
    "sass",
    "popmotion",
    "universal",
    "isomorphic",
    "react router 4",
    "redux-devtools-extension",
    "service-worker",
    "appcache"
  ],
  "author": "Punkbit",
  "license": "WTFPL",
  "bugs": {
    "url": "https://github.com/heldrida/reactatouille-boilerplate/issues"
  },
  "bin": {
    "reactatouille": "./bin/index.js"
  },
  "homepage": "https://github.com/heldrida/reactatouille-boilerplate#readme",
  "dependencies": {
    "array-to-txt-file": "^1.0.2",
    "axios": "^0.16.2",
    "babel-polyfill": "^6.22.0",
    "bluebird": "^3.4.7",
    "chalk": "^1.1.3",
    "cli-clear": "^1.0.4",
    "commander": "^2.9.0",
    "figlet": "^1.2.0",
    "file-loader": "^0.11.1",
    "find-and-replace": "^1.0.2",
    "find-up": "^2.1.0",
    "fs-extra": "^3.0.1"
  },
  "engines": {
    "node": ">=7.4.0",
    "npm": ">=4.0.5"
  },
  "devDependencies": {}
}
