-
Notifications
You must be signed in to change notification settings - Fork 109
/
Copy pathpackage.json
34 lines (34 loc) · 867 Bytes
/
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
{
"name": "react-native-percentage-circle",
"version": "1.0.7",
"description": "react native percentage circle and also be a progress bar",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JackPu/react-native-percentage-circle.git"
},
"keywords": [
"percentage",
"circle",
"progress",
"bar"
],
"author": "jack pu",
"license": "ISC",
"bugs": {
"url": "https://github.com/JackPu/react-native-percentage-circle/issues"
},
"homepage": "https://github.com/JackPu/react-native-percentage-circle#readme",
"dependencies": {
"react": "^16.3.2"
},
"devDependencies": {
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"react-dom": "^16.3.2",
"react-native-mock": "^0.3.1"
}
}