Customize boilerplate for project
This commit is contained in:
+3
-22
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user