-
Notifications
You must be signed in to change notification settings - Fork 291
/
package.json
49 lines (49 loc) · 1.11 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
48
49
{
"name": "react-native-geolocation-service",
"version": "5.3.1",
"description": "React native geolocation service for iOS and android",
"main": "js/index.js",
"scripts": {
"precommit": "lint-staged"
},
"keywords": [
"react-native",
"react",
"native",
"fused",
"location",
"geolocation",
"android",
"ios"
],
"author": {
"name": "Iftekhar Rifat",
"email": "[email protected]",
"url": "https://github.com/Agontuk"
},
"license": "MIT",
"homepage": "https://github.com/Agontuk/react-native-geolocation-service",
"repository": {
"type": "git",
"url": "https://github.com/Agontuk/react-native-geolocation-service"
},
"dependencies": {},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.4.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"husky": "^0.14.3",
"lint-staged": "^4.0.3",
"react": "16.5.0",
"react-native": "0.57.0"
},
"lint-staged": {
"*.js": [
"eslint",
"git add"
]
}
}