{
  "name": "cardboard",
  "version": "2.2.2",
  "description": "A library for storing and searching geographic features",
  "main": "index.js",
  "scripts": {
    "pretest": "eslint index.js lib test/*.js",
    "test": "nyc tape test/*.test.js",
    "coverage": "nyc --reporter html tape test/*.test.js && opener ./coverage/index.html",
    "docs": "documentation -f md --github > api.md",
    "posttest": "rm -r ./test/test"
  },
  "bin": {
    "cardboard": "./bin/cardboard.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mapbox/cardboard.git"
  },
  "keywords": [
    "geographic",
    "index",
    "spatial"
  ],
  "author": "Mapbox",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mapbox/cardboard/issues"
  },
  "homepage": "https://github.com/mapbox/cardboard",
  "dependencies": {
    "aws-sdk": "^2.5.3",
    "cuid": "1.2.4",
    "@mapbox/dyno": "1.4.1",
    "geobuf": "0.2.5",
    "geojson-extent": "^0.1.0",
    "geojson-normalize": "0.0.0",
    "lodash": "~2.4.1",
    "minimist": "0.0.9",
    "queue-async": "~1.0.7",
    "sphericalmercator": "^1.0.3",
    "through2": "^2.0.0",
    "tilebelt": "^0.5.2"
  },
  "devDependencies": {
    "coveralls": "^2.11.2",
    "documentation": "^3.0.0",
    "dynalite": "^1.0.2",
    "dynamodb-test": "^0.2.1",
    "eslint": "^1.4.3",
    "geojson-fixtures": "0.1.0",
    "geojson-random": "^0.2.2",
    "geojson-stream": "0.0.0",
    "mock-aws-s3": "^0.2.1",
    "nyc": "^6.4.4",
    "tape": "^4.0.0"
  }
}
