forked from Esri/node-geoservices-adaptor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 955 Bytes
/
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
{
"name": "express-geoservices-adaptor",
"version": "0.1.3",
"description": "Provides an ExpressJS middleware for serving GeoServices REST API",
"main": "index.js",
"directories": {
"lib": "lib",
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/garycjohnson/express-geoservices-adaptor.git"
},
"keywords": [
"ExpressJS",
"NodeJS",
"GeoServices",
"Esri",
"ArcGIS"
],
"author": "Gary C Johnson (AU)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/garycjohnson/express-geoservices-adaptor/issues"
},
"homepage": "https://github.com/garycjohnson/express-geoservices-adaptor#readme",
"dependencies": {
"body-parser": "^1.15.0",
"express": "^4.0.0",
"jade": "^1.11.0",
"terraformer": "^1.0.5",
"terraformer-arcgis-parser": "^1.0.4"
}
}