{ "name": "leaflet-geojson-stream", "version": "0.0.0", "description": "leaflet geojson loading with streaming", "main": "index.js", "scripts": { "test": "mocha -R spec" }, "repository": { "type": "git", "url": "git://github.com/tmcw/leaflet-geojson-stream.git" }, "keywords": [ "leaflet", "stream", "ajax", "geojson" ], "author": "Tom MacWright", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/tmcw/leaflet-geojson-stream/issues" }, "dependencies": { "hyperquest": "~0.1.8", "geojson-stream": "0.0.0", "through": "~2.3.4" }, "devDependencies": { "browserify": "~2.34.3", "express": "~3.4.1", "leaflet": "~0.6.4" } }