forked from googlemaps/google-maps-services-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 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
50
51
52
{
"name": "@google/maps",
"version": "0.3.1",
"author": "Google Inc.",
"description": "Node.js client library for Google Maps API Web Services",
"main": "./lib",
"contributors": [
{
"name": "Stephen Farrar",
"email": "[email protected]"
},
{
"name": "Stephen McDonald",
"email": "[email protected]"
}
],
"scripts": {
"test": "jasmine && jasmine spec/e2e/*.js",
"jsdoc": "jsdoc -c docs/conf.json"
},
"repository": {
"type": "git",
"url": "https://github.com/googlemaps/google-maps-services-js.git"
},
"keywords": [
"google",
"maps",
"googlemaps",
"geo",
"geocode",
"timezone",
"api",
"client",
"roads",
"directions",
"navigation"
],
"license": "Apache-2.0",
"bin": {
"googlemaps": "bin/run.js"
},
"bugs": {
"url": "https://github.com/googlemaps/google-maps-services-js/issues"
},
"homepage": "https://github.com/googlemaps/google-maps-services-js",
"devDependencies": {
"jasmine": ">=2.3.2 <2.5.0",
"jsdoc": "^3.4.0",
"priorityqueuejs": "^1.0.0",
"q": "^1.4.1"
}
}