-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 842 Bytes
/
package.json
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
27
28
29
30
31
{
"name": "webpack-conf-react-scripts",
"version": "0.0.2",
"bin": "./bin/react-scripts-wrapper.js",
"description": "Don't let facebook babysit you forever, customize the webpack config!",
"dependencies": {
"react-scripts": "^1.1.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facetothefate/webpack-conf-react-scripts.git"
},
"keywords": [
"webpack",
"config",
"create-react-app"
],
"author": {
"name" : "Zhifei Fang",
"email" : "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/facetothefate/webpack-conf-react-scripts/issues"
},
"homepage": "https://github.com/facetothefate/webpack-conf-react-scripts#readme"
}