-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 960 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 960 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
{
"name": "react-native-speedometer-gauge",
"description": "A React Native component for showing speedometer like a gauge.",
"version": "0.2.0",
"main": "src/index.js",
"author": "David Colin <hello@colindavid.fr> (http://www.colindavid.fr/)",
"license": "MIT",
"homepage": "https://github.com/dcolin/react-native-speedometer-gauge#readme",
"repository": {
"type": "git",
"url": "git@github.com:dcolin/react-native-speedometer-gauge.git"
},
"keywords": [
"react-native",
"react-native-speedometer-gauge",
"speedometer",
"gauge"
],
"scripts": {
"lint": "eslint src/"
},
"peerDependencies": {
"react": "16.6.3",
"react-native": "0.58.1"
},
"dependencies": {
"prop-types": "^15.6.2"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.12.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-native": "^3.6.0"
}
}