UNPKG

1.61 kBJSONView Raw
1{
2 "name": "@google/maps",
3 "version": "1.1.3",
4 "author": "Google Inc.",
5 "description": "Node.js client library for Google Maps API Web Services",
6 "main": "./lib",
7 "contributors": [
8 {
9 "name": "Stephen Farrar",
10 "email": "step@google.com"
11 },
12 {
13 "name": "Stephen McDonald",
14 "email": "stephenmcd@google.com"
15 },
16 {
17 "name": "Justin Poehnelt",
18 "email": "jpoehnelt@google.com"
19 }
20 ],
21 "scripts": {
22 "test:all": "jasmine && jasmine spec/e2e/*.js",
23 "test": "jasmine",
24 "e2e": "jasmine spec/e2e/*.js",
25 "jsdoc": "jsdoc -c docs/conf.json"
26 },
27 "repository": {
28 "type": "git",
29 "url": "https://github.com/googlemaps/google-maps-services-js.git"
30 },
31 "keywords": [
32 "google",
33 "maps",
34 "googlemaps",
35 "geo",
36 "geocode",
37 "timezone",
38 "api",
39 "client",
40 "roads",
41 "directions",
42 "navigation"
43 ],
44 "license": "Apache-2.0",
45 "bin": {
46 "googlemaps": "bin/run.js"
47 },
48 "bugs": {
49 "url": "https://github.com/googlemaps/google-maps-services-js/issues"
50 },
51 "homepage": "https://github.com/googlemaps/google-maps-services-js",
52 "dependencies": {
53 "https-proxy-agent": "^3.0.0",
54 "uuid": ">=2.2.1"
55 },
56 "devDependencies": {
57 "codecov": "^3.5.0",
58 "jasmine": "^3.3.1",
59 "jsdoc": "^3.6.3",
60 "nyc": "^14.1.1",
61 "priorityqueuejs": "^1.0.0",
62 "q": "^1.4.1"
63 },
64 "files": [
65 "lib",
66 "bin"
67 ],
68 "publishConfig": {
69 "registry": "https://wombat-dressing-room.appspot.com",
70 "access": "public"
71 },
72 "nyc": {
73 "exclude": [
74 "**/spec/**"
75 ]
76 }
77}