UNPKG

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