2 "name": "react-hot-boilerplate",
4 "description": "Boilerplate for ReactJS project with hot code reloading",
7 "start": "node server.js",
8 "test": "mocha --opts mocha/mocha.opts 'src/**/__mocks__/*.js' 'src/**/__tests__/*-test.js'"
12 "url": "https://github.com/gaearon/react-hot-boilerplate.git"
25 "author": "Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)",
28 "url": "https://github.com/gaearon/react-hot-boilerplate/issues"
30 "homepage": "https://github.com/gaearon/react-hot-boilerplate",
33 "babel-core": "^5.4.7",
34 "babel-eslint": "^3.1.9",
35 "babel-loader": "^5.1.2",
36 "eslint-plugin-react": "^2.3.0",
39 "react-hot-loader": "^1.2.7",
42 "webpack-dev-server": "^1.8.2"