UNPKG

1.17 kBJSONView Raw
1{
2 "name": "osm-comments-api",
3 "version": "1.7.0",
4 "description": "API Server for OSM Comments and Notes",
5 "main": "index.js",
6 "scripts": {
7 "start": "node run-server.js",
8 "createdb": "test/setup.sh",
9 "pretest": "eslint changesets lib notest test *.js && npm run createdb",
10 "test": "tape test/*.test.js | faucet",
11 "posttest": "npm run dropdb",
12 "dropdb": "test/teardown.sh"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/mapbox/osm-comments-api.git"
17 },
18 "author": "sanjay@mapbox.com",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/mapbox/osm-comments-api/issues"
22 },
23 "homepage": "https://github.com/mapbox/osm-comments-api",
24 "dependencies": {
25 "cors": "^2.7.1",
26 "d3-queue": "^3.0.3",
27 "express": "^4.13.3",
28 "fasterror": "0.0.0",
29 "fastlog": "^1.1.0",
30 "lodash.union": "^4.6.0",
31 "mapbox-error": "^2.1.0",
32 "minimist": "^1.2.0",
33 "moment": "^2.17.1",
34 "pg": "^4.4.3",
35 "squel": "^5.7.0",
36 "turf-bbox-polygon": "^1.0.1",
37 "validate.js": "^0.9.0"
38 },
39 "devDependencies": {
40 "eslint": "^3.17.1",
41 "faucet": "0.0.1",
42 "tape": "^4.2.2"
43 }
44}