-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
26 lines (26 loc) · 748 Bytes
/
Copy pathapp.json
File metadata and controls
26 lines (26 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "react-webpack-boilerplate",
"description": "Simple production-ready boilerplate for React and Webpack (SASS and React hot reloading)",
"keywords": [
"react",
"webpack",
"boilerplate",
"production",
"sass",
"hot",
"reload"
],
"website": "http://srn.io",
"repository": "https://github.com/srn/react-webpack-boilerplate",
"logo": "http://i.imgur.com/ydf7myp.png",
"env": {
"NODE_ENV": {
"description": "Set the `NODE_ENV` environment variable to `production` to disable debugging etc.",
"value": "debug"
},
"NPM_CONFIG_PRODUCTION": {
"description": "By default Heroku is not installing `devDependencies`, so let's do that.",
"value": "false"
}
}
}