{
  "name": "esri-leaflet-stream",
  "version": "1.1.0",
  "description": "Plugin for consuming streaming data from ArcGIS for Server via a socket connection",
  "author": "Rowan Winsemius <rowanwins@yahoo.com.au>",
  "browser": "dist/esri-leaflet-stream.min.js",
  "bugs": {
    "url": "https://github.com/rowanwins/esri-leaflet-stream/issues"
  },
  "contributors": [
    "Rowan Winsemius <rowanwins@yahoo.com.au>",
    "John Gravois <jgravois@esri.com> (http://johngravois.com)"
  ],
  "dependencies": {
    "leaflet": "^1.0.0-rc.3",
    "esri-leaflet": "^2.0.0"
  },
  "devDependencies": {
    "static-server": "^2.2.1",
    "uglify-js": "^3.4.0"
  },
  "keywords": [
    "arcgis",
    "esri",
    "esri leaflet",
    "gis",
    "leaflet plugin",
    "mapping"
  ],
  "license": "MIT",
  "main": "dist/esri-leaflet-stream.min.js",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git@github.com:rowanwins/esri-leaflet-stream.git"
  },
  "scripts": {
    "build": "uglifyjs src/socket.js -o dist/esri-leaflet-stream.min.js",
    "serve": "static-server --index example/index.html"
  }
}
