Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Raruto committed Apr 7, 2019
2 parents 3ab4926 + 510b241 commit 14331a4
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
npm-debug.log
35 changes: 35 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "leaflet-pegman",
"version": "0.0.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"
}
}

0 comments on commit 14331a4

Please sign in to comment.