arc-node
Version:
Node module to work with ArcGIS Online and ArcGIS Server
30 lines (29 loc) • 727 B
JSON
{
"name": "arc-node",
"version": "0.4.5",
"description": "Node module to work with ArcGIS Online and ArcGIS Server",
"main": "ArcNode.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/esri-es/ArcNode"
},
"keywords": [
"arcgis",
"javascript",
"online",
"server"
],
"author": "Raul Jimenez Ortega <raul.jimenez@esri.es> (http://desarrolladores.esri.es)",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/esri-es/ArcNode/issues"
},
"homepage": "https://github.com/esri-es/ArcNode",
"dependencies": {
"node-promise": "^0.5.12",
"arcgis-json-objects": "0.0.6"
}
}