-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
39 lines (39 loc) · 918 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
35
36
37
38
39
{
"name": "react-native-simple-gauge",
"version": "0.3.1",
"description": "React Native component for gauge",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nerdyfactory/react-native-simple-gauge.git"
},
"types": "src/index.d.ts",
"keywords": [
"react",
"react-native",
"react-component",
"progress",
"chart",
"react-art",
"art",
"gauge"
],
"scripts": { },
"author": {
"name": "vinay",
"email": "vinay@nerdyfactory.com"
},
"original_author": {
"name": "Bart Gryszko",
"email": "b@gryszko.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nerdyfactory/react-native-simple-gauge/issues"
},
"homepage": "https://github.com/nerdyfactory/react-native-simple-gauge",
"devDependencies": {
"@react-native-community/eslint-config": "^0.0.5",
"eslint": "^6.1.0"
}
}