forked from oblador/react-native-progress
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.15 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
47
48
49
50
51
52
{
"name": "react-native-progress",
"version": "3.3.0",
"description": "Progress indicators and spinners for React Native using ReactART",
"main": "index.js",
"scripts": {
"test": "eslint *.js Shapes"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"ui",
"progress",
"progressindicator",
"circle",
"pie",
"bar",
"progressbar",
"indeterminate",
"spinner",
"animation"
],
"author": {
"name": "Joel Arvidsson",
"email": "[email protected]"
},
"homepage": "https://github.com/oblador/react-native-progress",
"bugs": {
"url": "https://github.com/oblador/react-native-progress/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/oblador/react-native-progress.git"
},
"license": "MIT",
"devDependencies": {
"babel": "^6.5.2",
"babel-eslint": "^7.0.0",
"eslint": "^3.7.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1"
},
"dependencies": {
"prop-types": "^15.5.8"
}
}