{
  "name": "worldpop",
  "version": "0.1.3",
  "description": "Compute the population within a polygon from GeoJSON population data",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js",
    "develop": "budo app.js:js/main.js --dir assets --verbose --live | garnish"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/developmentseed/worldpop.git"
  },
  "keywords": [
    "population",
    "polygon",
    "GeoJSON",
    "world",
    "population",
    "region",
    "district",
    "area",
    "data"
  ],
  "author": {
    "name": "Development Seed",
    "url": "https://developmentseed.org"
  },
  "license": "BSD",
  "bugs": {
    "url": "https://github.com/developmentseed/worldpop/issues"
  },
  "homepage": "https://github.com/developmentseed/worldpop",
  "dependencies": {
    "d64": "^1.0.0",
    "debug": "^2.1.3",
    "drag-drop": "^2.0.1",
    "geojson-stream": "0.0.0",
    "geojsonhint": "^1.0.0",
    "hash-change": "^0.1.0",
    "nanobar": "^0.2.1",
    "numeral": "^1.5.3",
    "through2": "^0.6.5",
    "tile-cover": "^2.4.1",
    "tilejson": "git://github.com/anandthakker/node-tilejson.git",
    "tilelive": "^5.6.2",
    "turf-area": "^1.1.1",
    "turf-bbox-polygon": "^1.0.1",
    "turf-buffer": "^1.0.4",
    "turf-explode": "^1.0.1",
    "turf-extent": "^1.0.4",
    "turf-featurecollection": "^1.0.1",
    "turf-inside": "^1.1.4",
    "turf-intersect": "^1.4.2",
    "turf-kinks": "^1.3.2",
    "turf-polygon": "^1.0.3",
    "ua_parser": "^1.0.15",
    "vt-geojson": "^1.0.8",
    "xtend": "^4.0.0"
  },
  "devDependencies": {
    "JSONStream": "^0.10.0",
    "babelify": "^6.0.2",
    "browserify": "anandthakker/node-browserify#workaround/firefox-xhr-repsonsetype",
    "budo": "^3.1.1",
    "concat-stream": "^1.4.8",
    "cssnext": "^1.3.0",
    "cssy": "^1.0.1",
    "garnish": "^2.1.3",
    "minimist": "^1.1.1",
    "mkdirp": "^0.5.0",
    "pbf": "^1.3.2",
    "pg-query": "^0.11.0",
    "postcss": "^4.1.5",
    "postcss-nested": "^0.2.2",
    "tape": "^4.0.0",
    "turf-kinks": "^1.3.1",
    "vector-tile": "^1.1.2",
    "watchify": "^3.1.2",
    "wellknown": "^0.3.1"
  },
  "browserify": {
    "transform": [
      [
        "cssy",
        {
          "processor": "./tool/post-css"
        }
      ],
      "babelify"
    ]
  }
}
