-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1017 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1017 Bytes
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
{
"name": "react-native-speedometer-chart",
"version": "0.7.5",
"description": "Speedometer Chart component for React Native",
"main": "src/index.js",
"author": "Lucas Monteiro",
"license": "MIT",
"homepage": "https://github.com/LucasMonteiro1/react-native-speedometer-chart#readme",
"scripts": {
"lint": "eslint src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LucasMonteiro1/react-native-speedometer-chart.git"
},
"bugs": {
"url": "https://github.com/LucasMonteiro1/react-native-speedometer-chart/issues"
},
"keywords": [
"React Native",
"react-native",
"chart",
"speedometer",
"gauge",
"android",
"ios"
],
"peerDependencies": {
"react": "16.12.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-react": "^7.18.0",
"react": "16.12.0",
"react-native": "^0.61.5"
},
"dependencies": {
"color": "^3.1.2",
"prop-types": "^15.7.2"
}
}