forked from Esri/geoservices-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 711 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 711 Bytes
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
{
"name": "geoservices",
"version": "1.1.0",
"description": "Javascript Bindings for Geoservices",
"main": "index.js",
"scripts": {
"test": "vows --spec"
},
"repository": {
"type": "git",
"url": "git://github.com/Esri/Geoservices-js.git"
},
"keywords": [
"gis",
"esri",
"arcgis",
"geoservices"
],
"dependencies": {
"request": "^2.34.0"
},
"devDependencies": {
"vows": ">=0.7.0",
"grunt": "0.4.x",
"grunt-contrib-jshint": "0.3.x",
"grunt-contrib-copy": "0.4.x",
"grunt-contrib-concat": "~0.2.0",
"grunt-vows": "0.4.x",
"grunt-complexity": "~0.1.2"
},
"author": "",
"license": "Apache",
"readmeFilename": "README.md"
}