Customize boilerplate for project

This commit is contained in:
2016-12-21 18:02:47 -07:00
parent 85f374aed3
commit 99443e25de
5 changed files with 8 additions and 72 deletions
+3 -22
View File
@@ -1,32 +1,13 @@
{
"name": "react-hot-boilerplate",
"name": "notify",
"version": "1.0.0",
"description": "Boilerplate for ReactJS project with hot code reloading",
"description": "",
"scripts": {
"start": "node server.js",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/gaearon/react-hot-boilerplate.git"
},
"keywords": [
"react",
"reactjs",
"boilerplate",
"hot",
"reload",
"hmr",
"live",
"edit",
"webpack"
],
"author": "Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)",
"author": "Tanner Collin (http://github.com/tannercollin)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaearon/react-hot-boilerplate/issues"
},
"homepage": "https://github.com/gaearon/react-hot-boilerplate",
"devDependencies": {
"babel-core": "^5.4.7",
"babel-eslint": "^3.1.9",