-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
executable file
·67 lines (67 loc) · 1.44 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
{
"name": "PGRestAPI",
"version": "1.9.0",
"private": true,
"author": "Ryan Whitley <apollolm@gmail.com>",
"description": "Spatial API on top of PostGreSQL/PostGIS.",
"contributors": [
{
"name": "Ryan Whitley",
"email": "apollolm@gmail.com"
}
],
"scripts": {
"start": "node index.js",
"test": "node_modules/.bin/mocha -u tdd --reporter spec"
},
"dependencies": {
"cors": "2.4.1",
"crypto": "0.0.3",
"express": "3.3.4",
"flow": "0.2.3",
"generic-pool": "2.0.4",
"geojson-validation": "0.1.5",
"jade": "0.35.0",
"jquery": "2.1.1",
"jsdom": "0.10.5",
"less-middleware": "0.1.14",
"lru-cache": "2.5.0",
"millstone": "0.6.12",
"pg": "3.4.0",
"request": "2.37.0",
"semver": "2.3.0",
"shortid": "2.0.1",
"underscore": "1.6.0",
"ya-csv": "0.9.4"
},
"optionalDependencies": {
"mapnik": "1.4.15",
"carto": "0.11.0",
"ogr2ogr": "0.3.1",
"mbtiles": "0.5.0",
"tilelive": "4.5.3"
},
"devDependencies": {
"mocha": "1.20.1",
"sinon": "1.10.3",
"chai": "1.9.2",
"chai-things": "0.2.0",
"express-mock-request": "0.0.2",
"supertest": "0.13.0",
"vector-tile": "0.1.1",
"pbf": "0.0.1"
},
"keywords": [
"PostGIS",
"Mapnik",
"GIS",
"Maps",
"Spatial API",
"Vector Tiles",
"Protobuf"
],
"repository": {
"type": "git",
"url": "https://github.com/spatialdev/PGRestAPI.git"
}
}