-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 1.07 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
{
"name": "react-native-air-progress-bar",
"keywords": [
"progress-bar",
"react-component",
"react-native",
"ios"
],
"tags": [
"progress-bar",
"react-component",
"react-native",
"ios"
],
"description": "Customizable and animated progress-bar component for React Native",
"main": "index.js",
"version": "0.0.5",
"scripts": {
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"prop-types": "^15.5.10",
"react-native-vector-icons": "^4.3.0"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "3.0.1",
"jest": "20.0.4",
"pre-commit": "^1.2.2",
"react-test-renderer": "16.0.0-alpha.12",
"rnpm": "^1.9.0",
"webpack": "^3.6.0"
},
"jest": {
"preset": "react-native"
},
"author": "Kirill Stepkin <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kis/react-native-air-progress-bar"
},
"bugs": {
"url": "https://github.com/kis/react-native-air-progress-bar/issues"
}
}