-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
35 lines (35 loc) · 893 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
{
"name": "leaflet-pegman",
"version": "0.1.6",
"description": "A Leaflet plugin that allows easy integration with the Google StreetView Service API",
"main": "leaflet-pegman.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Raruto/leaflet-pegman.git"
},
"keywords": [
"leaflet",
"google-maps",
"javascript",
"leaflet-and-google",
"streetview",
"google-streetview-api",
"pegman",
"leaflet-control",
"streetview-control"
],
"author": "Raruto",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Raruto/leaflet-pegman/issues"
},
"homepage": "https://github.com/Raruto/leaflet-pegman#readme",
"peerDependencies": {
"interactjs": "^1.2.9",
"leaflet": "^1.3.4",
"leaflet.gridlayer.googlemutant": "^0.7.0"
}
}