-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
46 lines (46 loc) · 1.16 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "react-spinner",
"version": "0.2.7",
"description": "Zero configuration loading spinner.",
"main": "build/index.js",
"scripts": {
"start": "NODE_ENV=development node server.js",
"compile-example-for-readme": "webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"prerelease": "NODE_ENV=production webpack --config webpack.prod.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/chenglou/react-spinner.git"
},
"keywords": [
"facebook",
"react",
"spin",
"spinner",
"loading",
"react-component"
],
"author": "chenglou <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chenglou/react-spinner/issues"
},
"homepage": "https://github.com/chenglou/react-spinner",
"peerDependencies": {
"react": ">=0.12.1"
},
"example": {
"script": "example/spin.jsx",
"style": "react-spinner.css"
},
"devDependencies": {
"babel-loader": "^5.3.1",
"babel": "^5.8.23",
"webpack-dev-server": "^1.10.1",
"react-dom": ">=15.0.0",
"react": ">=15.0.0",
"react-hot-loader": "^1.3.0",
"webpack": "^1.10.1"
}
}