-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 848 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
40
41
{
"name": "google-maps-direction",
"version": "1.0.0",
"description": "google maps direction simple api",
"main": "index.js",
"homepage": "https://github.com/yujinlim/google-maps-direction",
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git://github.com/yujinlim/google-maps-direction.git"
},
"bugs": {
"url": "https://github.com/yujinlim/google-maps-direction/issues"
},
"author": {
"name": "Yu Jin",
"email": "adamlyj89@gmail.com"
},
"license": "MIT",
"devDependencies": {
"ava": "^0.4.2",
"bluebird": "^3.0.5",
"proxyquire": "^1.7.3"
},
"dependencies": {
"got": "^5.1.0"
},
"keywords": [
"google maps direction",
"google maps",
"google map",
"direction",
"google",
"map"
],
"engines": {
"node": ">=0.10.0"
}
}