This repository has been archived by the owner on Dec 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
73 lines (73 loc) · 1.8 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
{
"name": "geogw",
"version": "0.1.0-dev",
"description": "A gateway to reconcile Inspire and Open Data",
"keywords": [
"inspire",
"opendata",
"gateway"
],
"author": "Jerome Desboeufs <[email protected]>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/jdesboeufs/geogw/issues"
},
"homepage": "https://github.com/jdesboeufs/geogw",
"scripts": {
"lint": "eslint *.js lib plugins france",
"test": "mocha"
},
"dependencies": {
"@etalab/fr-bounding-boxes": "^0.1.3",
"@turf/bbox-polygon": "^3.10.5",
"@turf/union": "^3.10.5",
"bbox-match": "^0.1.0",
"bluebird": "^3.3.0",
"body-parser": "^1.11.0",
"connect-mongo": "^1.1.0",
"cookie-parser": "^1.3.3",
"cors": "^2.5.2",
"csv-parse": "^1.2.0",
"csw-client": "^0.15.0",
"debug": "^2.1.2",
"express": "^4.11.2",
"express-session": "^1.10.2",
"file-type": "^4.1.0",
"findit": "^2.0.0",
"fresh": "^0.5.0",
"handlebars": "^4.0.5",
"ipaddr.js": "^1.0.1",
"json-stable-stringify": "^1.0.0",
"kue": "^0.11.5",
"lodash": "^3.6.0",
"moment": "^2.14.1",
"mongoose": "^5.0.2",
"morgan": "^1.5.1",
"multistream": "^2.0.2",
"natural": "^0.4.0",
"ogr2ogr": "jdesboeufs/ogr2ogr",
"on-finished": "^2.3.0",
"passport": "^0.2.1",
"passport-oauth2": "^1.1.2",
"plunger": "^0.1.3",
"redlock": "^2.1.0",
"request": "^2.79.0",
"rimraf": "^2.4.2",
"ssl-root-cas": "^1.1.7",
"superagent": "^2.3.0",
"through2": "^2.0.0",
"tldjs": "^1.5.1",
"tmp": "0.0.26",
"underscore.string": "^3.0",
"urijs": "^1.16.1",
"wfs-client": "^0.3.0"
},
"devDependencies": {
"eslint": "^3.0.1",
"expect.js": "^0.3.1",
"mocha": "^2.4.5"
},
"engines": {
"node": ">= 6.0.0"
}
}