forked from jf990/resource-proxy-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.18 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
{
"name": "arcgis-resource-proxy",
"description": "ArcGIS Resource Proxy",
"version": "0.1.5",
"author": "Esri Runtime",
"contributors": [
"john foster <jfoster@esri.com>"
],
"bugs": {
"url": "https://github.com/ArcGIS/arcgis-resource-proxy/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ArcGIS/arcgis-resource-proxy"
},
"homepage": "https://github.com/ArcGIS/arcgis-for-developers",
"keywords": [
"proxy",
"node",
"javascript",
"esri",
"arcgis",
"developers"
],
"license": "Apache-2.0",
"main": "bin/proxy.js",
"private": false,
"dependencies": {
"body-parser": "latest",
"bufferhelper": "latest",
"connect": "latest",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"http-proxy": "latest",
"load-json-file": "^2.0.0",
"node-static": "latest",
"os": "latest",
"path.join": "latest",
"sqlite3": "latest",
"xml2js": "^0.4.17"
},
"devDependencies": {},
"scripts": {
"start": "node bin/proxy.js",
"test": "node bin/test.js"
}
}