leaflet-backbone-layer
Version:
Leaflet layer connected to Backbone Collection. The layer creates and refreshes markers whenever an item is added to the collection.
46 lines (45 loc) • 1.23 kB
JSON
{
"name": "leaflet-backbone-layer",
"version": "0.1.8",
"description": "Leaflet layer connected to Backbone Collection. The layer creates and refreshes markers whenever an item is added to the collection.",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lightstream-company/leaflet-backbone-layer.git"
},
"keywords": [
"leaflet",
"layer",
"backbone",
"collection",
"view",
"marker"
],
"author": "Jérôme Avoustin <jerome@rehia.fr>, Franck Ernewein",
"license": "MIT",
"bugs": {
"url": "https://github.com/lightstream-company/leaflet-backbone-layer/issues"
},
"homepage": "https://github.com/lightstream-company/leaflet-backbone-layer#readme",
"dependencies": {
"backbone": "^1.2.1",
"leaflet": "^0.7.3",
"lodash": "^3.10.0"
},
"devDependencies": {
"chai": "^3.2.0",
"jquery": "^2.1.4",
"karma": "^0.13.9",
"karma-browserify": "^4.3.0",
"karma-chrome-launcher": "^0.2.0",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"mocha": "^2.3.0",
"phantomjs": "^1.9.18",
"sinon": "^1.16.1",
"sinon-chai": "^2.8.0"
}
}