forked from Esri/terraformer-arcgis-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 913 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
{
"name": "terraformer-arcgis-parser",
"version": "1.0.0",
"description": "ArcGIS JSON format parser and converter",
"main": "terraformer-arcgis-parser.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "[email protected]:Esri/terraformer-arcgis-parser.git"
},
"keywords": [
"ArcGIS",
"Esri",
"GIS",
"Geography"
],
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"license": "MIT",
"dependencies": {
"terraformer": "~1.0.0"
},
"devDependencies": {
"grunt": "0.4.x",
"grunt-complexity": "~0.1.3",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-jasmine": "~0.4.2",
"grunt-jasmine-node": "https://github.com/magicmoose/grunt-jasmine-node/tarball/master",
"grunt-template-jasmine-istanbul": "~0.2.4",
"benchmark": "~1.0.0"
}
}