-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "openroads-vn-api",
"version": "2.7.1",
"description": "An OSM-centric API for the Open Roads Vietnam platform",
"main": "index.js",
"engines": {
"node": "^8"
},
"scripts": {
"start": "node index.js",
"test": "MACROCOSM_DEBUG=true mocha --recursive",
"docker-start": "docker-compose up -d api && docker-compose build",
"docker-stop": "docker-compose stop",
"docker-logs": "docker-compose logs api",
"docker-test": "docker-compose build && docker-compose run api npm test; docker-compose stop && docker-compose rm -f",
"docker-start-db": "docker-compose up -d db",
"docker-kill-db": "docker-compose stop && docker-compose rm -f",
"docker-start-fixture": "docker-compose up --build db api",
"gendoc": "./node_modules/.bin/apidoc -i routes",
"kes-app-create": "kes cf create --kes-folder aws/app --region us-east-1 --role arn:aws:iam::552819999234:role/orma-deployer-DeployerRole-8PPOXFYZNHL5",
"kes-app-update": "kes cf update --kes-folder aws/app --region us-east-1 --role arn:aws:iam::552819999234:role/orma-deployer-DeployerRole-8PPOXFYZNHL5",
"kes-iam-create": "kes cf create --kes-folder aws/iam --profile ds --region us-east-1",
"kes-iam-update": "kes cf update --kes-folder aws/iam --profile ds --region us-east-1",
"kes-deployer-create": "kes cf create --kes-folder aws/deployer --profile ds --region us-east-1",
"kes-deployer-update": "kes cf update --kes-folder aws/deployer --profile ds --region us-east-1",
"postinstall": "npm run gendoc"
},
"repository": {
"type": "git",
"url": "https://github.com/orma/openroads-vn-api.git"
},
"keywords": [
"OSM"
],
"author": "Development Seed",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/orma/openroads-vn-analytics/issues"
},
"homepage": "https://github.com/orma/openroads-vn-api",
"dependencies": {
"@turf/bbox": "^4.6.0",
"@turf/bbox-polygon": "^6.0.1",
"@turf/buffer": "^5.1.5",
"@turf/distance": "^5.0.0",
"@turf/helpers": "^6.1.4",
"@turf/points-within-polygon": "^5.1.5",
"apidoc": "^0.12.3",
"bluebird": "^3.5.0",
"boom": "^2.7.0",
"bull": "^3.4.4",
"d3-dsv": "^1.0.7",
"debug": "^2.2.0",
"fast-csv": "^2.4.0",
"fast-json-patch": "^2.0.6",
"geojson-stream": "0.0.1",
"geojson-validation": "^0.2.1",
"geojsontoosm": "^0.0.2",
"hapi": "^16.6.0",
"hapi-router": "^3.5.0",
"inert": "^4.2.1",
"knex": "^0.9.0",
"knex-postgis": "^0.5.0",
"libxmljs": "^0.18.7",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"p-filter": "^1.0.0",
"p-map": "^1.2.0",
"pg": "^4.3.0",
"turf-linestring": "^1.0.2",
"turf-midpoint": "^3.0.12",
"turf-point": "^2.0.1",
"unzip2": "^0.2.5",
"winston": "^0.9.0",
"xml2json": "^0.9.0",
"xmlbuilder": "^4.2.0"
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"eslint": "^1.10.3",
"inject-then": "^2.0.0",
"kes": "^0.1.6",
"mocha": "^2.2.1",
"should": "^5.2.0",
"split": "^0.3.3"
}
}