UNPKG

879 BJSONView Raw
1{
2 "name": "react-spinner",
3 "version": "0.1.6",
4 "description": "Zero configuration loading spinner.",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "build": "node_modules/.bin/jsx index.jsx > index.js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/chenglou/react-spinner.git"
13 },
14 "keywords": [
15 "facebook",
16 "react",
17 "spin",
18 "spinner",
19 "loading",
20 "react-component"
21 ],
22 "author": "chenglou <chenglou92@gmail.com>",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/chenglou/react-spinner/issues"
26 },
27 "homepage": "https://github.com/chenglou/react-spinner",
28 "dependencies": {
29 "react": "^0.10.0"
30 },
31 "example": {
32 "script": "example/spin.jsx",
33 "style": "react-spinner.css"
34 },
35 "devDependencies": {
36 "react-tools": "^0.10.0"
37 }
38}