{
  "name": "osm-comments-api",
  "version": "1.12.0",
  "description": "API Server for OSM Comments and Notes",
  "main": "index.js",
  "scripts": {
    "start": "node run-server.js",
    "createdb": "test/setup.sh",
    "pretest": "eslint changesets lib notest test *.js && npm run createdb",
    "test": "tape test/*.test.js | faucet ",
    "posttest": "npm run dropdb",
    "dropdb": "test/teardown.sh"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mapbox/osm-comments-api.git"
  },
  "author": "sanjay@mapbox.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mapbox/osm-comments-api/issues"
  },
  "homepage": "https://github.com/mapbox/osm-comments-api",
  "dependencies": {
    "cors": "^2.7.1",
    "d3-queue": "^3.0.3",
    "express": "^4.13.3",
    "fasterror": "0.0.0",
    "fastlog": "^1.1.0",
    "lodash.union": "^4.6.0",
    "mapbox-error": "^2.1.0",
    "minimist": "^1.2.0",
    "moment": "^2.17.1",
    "pg": "^4.4.3",
    "squel": "^5.7.0",
    "turf-bbox-polygon": "^1.0.1",
    "validate.js": "^0.9.0"
  },
  "devDependencies": {
    "eslint": "^3.17.1",
    "faucet": "0.0.1",
    "tape": "^4.2.2"
  }
}
