{
  "dirs": ["es5"],
  "files": [],
  "name": "react-min",
  "message": "Start:\n- Install: \"$ npm install\" on the project\n- Run: \"$ npm run watch\"\n\nSee the generated package.json > scripts for more info.",
  "package" : {
    "name": "react-babel-browserify-sample-app",
    "version": "1.0.0",
    "description": "A sample React App",
    "main": "",
    "scripts": {
      "test": "echo \"Error: no test specified\" && exit 1",
      "babel": "babel src -d es5",
      "babel-watch": "babel src -d es5 -w",
      "browserify": "browserify es5/* -o public/bundle.js",
      "watchify": "watchify es5/* -o public/bundle.js --debug --verbose",
      "watch": "npm run babel && concurrently --kill-others \"npm run babel-watch\" \"npm run watchify\" \"npm run server\"",
      "build": "npm run babel && npm run browserify",
      "server": "live-server ./ --watch=public/,index.html"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "dependencies": {
      "react": "^15.4.2",
      "react-dom": "^15.4.2"
    },
    "devDependencies": {
      "babel-cli": "^6.22.2",
      "babel-preset-env": "^1.1.8",
      "babel-preset-react": "^6.22.0",
      "browserify": "^14.0.0",
      "concurrently": "^3.1.0",
      "live-server": "^1.2.0",
      "watchify": "^3.9.0"
    }
  },
  "run": []
}
