forked from Esri/terraformer-geostore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 KB
/
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
38
{
"name": "terraformer-geostore",
"version": "1.0.4",
"description": "GeoStore for Terraformer, helps a geo-database toolkit",
"main": "node/terraformer-geostore.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "[email protected]:Esri/terraformer-geostore.git"
},
"keywords": [
"GIS",
"GeoStore",
"Terraformer",
"Database"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Esri/terraformer-geostore/issues"
},
"dependencies": {
"terraformer": "1.0.x"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "0.3.x",
"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.5",
"terraformer-rtree": "~1.0.x",
"terraformer-geostore-index-btree": "https://github.com/JerrySievert/terraformer-geostore-index-btree/tarball/master",
"grunt-s3": "~0.2.0-alpha.3"
}
}