This repository was archived by the owner on Jan 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.04 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.04 KB
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
{
"name": "PANTHER",
"description": "PANTHER platform",
"version": "2.1.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/gisat/puma.git"
},
"bugs": {
"url": "https://github.com/gisat/puma/issues"
},
"homepage": "https://puma.worldbank.org/",
"dependencies": {
"@turf/turf": "5.1.6",
"appoptics-apm": "6.0.2",
"async": "1.5.2",
"bcrypt": "1.0.3",
"blueimp-md5": "2.10.0",
"bower": "1.8.2",
"connect-pg-simple": "5.0.0",
"csv": "1.2.1",
"d3-geo": "1.9.1",
"dbffile": "0.7.2",
"deepcopy": "0.6.3",
"epsg-to-proj": "1.0.0",
"express": "3.21.2",
"express-session": "1.15.6",
"express-xml-bodyparser": "0.3.0",
"fs-extra": "6.0.1",
"gdal": "0.9.6",
"geojson": "0.4.1",
"geojson-extent": "0.3.2",
"geojson2shp": "0.3.2",
"jsdom": "7.2.2",
"json2csv": "3.11.4",
"json2xls": "0.1.2",
"lodash": "4.17.4",
"mime": "1.4.1",
"moment": "2.19.1",
"mongodb": "2.2.19",
"newrelic": "1.40.0",
"node-gyp": "3.6.2",
"node-sass": "3.13.1",
"nodemailer": "4.2.0",
"object-hash": "1.2.0",
"onecolor": "2.3.4",
"openlayers": "3.0.0",
"pg": "6.0.3",
"pg-connection-string": "0.1.3",
"pn": "1.0.0",
"proj4": "2.4.4",
"promise": "7.3.1",
"properties": "0.3.3",
"randomcolor": "0.5.3",
"reproject": "1.2.1",
"request": "2.83.0",
"shp-write": "0.3.2",
"shpjs": "3.4.2",
"superagent": "4.0.0",
"underscore": "1.8.3",
"unzip": "0.1.11",
"uuid": "3.2.1",
"valid-url": "1.0.9",
"wellknown": "0.5.0",
"xml2json": "0.9.2",
"xmldoc": "0.3.2",
"xmldom": "0.1.13",
"zip-local": "0.3.4"
},
"devDependencies": {
"chai": "^3.5.0",
"karma-phantomjs-launcher": "^1.0.0",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.4",
"should": "8.4.0",
"supertest": "3.0.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha --recursive --reporter spec",
"install": "npm install",
"start": "node server.js"
}
}