-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 858 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
{
"name": "react-native-google-maps-directions",
"version": "2.1.1",
"description": "Get direction using Google Maps in React Native",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/tiaanduplessis/react-native-google-maps-directions.git"
},
"homepage": "https://github.com/tiaanduplessis/react-native-google-maps-directions",
"bugs": "https://github.com/tiaanduplessis/react-native-google-maps-directions/issues",
"author": "Tiaan du Plessis",
"files": [
"index.js"
],
"scripts": {
"lint": "standard --fix",
"pretest": "npm run lint",
"test": "echo 'No tests!'"
},
"keywords": [
"react-native,",
"linking,",
"google-maps,",
"directions",
"react-native-google-maps-directions"
],
"devDependencies": {
"standard": "14.3.1"
}
}