{
  "name": "leaflet-rxjs",
  "version": "0.1.3",
  "description": "RxJS observables support for Leaflet.",
  "devDependencies": {
  },
  "main": "src/L.RxJS.js",
  "scripts": {
  },
  "eslintConfig": {
    "root": true,
    "globals": {
      "L": true
    },
    "env": {
      "commonjs": true,
      "amd": true,
      "node": false
    },
    "rules": {
      "no-mixed-spaces-and-tabs": [2, "smart-tabs"],
      "indent": [2, "tab", {"VariableDeclarator": 0}],
      "curly": 2,
      "spaced-comment": 2,
      "strict": 0,
      "wrap-iife": 0,
      "key-spacing": 0,
      "consistent-return": 0
    }
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/grantHarris/leaflet-rxjs.git"
  },
  "keywords": [
    "gis",
    "map",
    "rxjs",
    "reactive",
    "observable"
  ],
  "license": "MIT"
}