forked from oblador/react-native-image-progress
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.32 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
53
54
{
"name": "react-native-image-progress",
"version": "1.0.1",
"description": "Progress indicator for networked images, supports progress bar and spinner",
"main": "index.js",
"scripts": {
"test": "eslint index.js",
"format": "./node_modules/.bin/prettier --single-quote --trailing-comma all --write {,Example/}*.js"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"ui",
"image",
"progress",
"bar",
"progressbar",
"spinner",
"activityindicator",
"loading",
"indicator"
],
"author": {
"name": "Joel Arvidsson",
"email": "[email protected]"
},
"homepage": "https://github.com/oblador/react-native-image-progress",
"bugs": {
"url": "https://github.com/oblador/react-native-image-progress/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/oblador/react-native-image-progress.git"
},
"license": "MIT",
"dependencies": {
"prop-types": "^15.5.10"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-eslint": "^7.0.0",
"babel-jest": "^20.0.3",
"eslint": "^3.7.1",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"prettier": "^1.4.4"
}
}