You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
476 B
JSON
21 lines
476 B
JSON
{
|
|
"author": "Michael Lawrence Evans",
|
|
"name": "leaflet-hash",
|
|
"description": "linkable location hashes for leaflet",
|
|
"version": "0.2.1",
|
|
"homepage": "https://github.com/mlevans/leaflet-hash",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mlevans/leaflet-hash.git"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~1.8",
|
|
"expect.js": "~0.2.0"
|
|
},
|
|
"main": "leaflet-hash.js",
|
|
"optionalDependencies": {},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
}
|