terraformer
Version:
A Geo-toolkit built in Javascript.
37 lines (36 loc) • 1.06 kB
JSON
{
"name": "terraformer",
"version": "1.0.7",
"description": "A Geo-toolkit built in Javascript.",
"main": "terraformer.js",
"devDependencies": {
"gh-release": "^2.1.0",
"grunt": "0.4.x",
"grunt-complexity": "~0.1.3",
"grunt-contrib-jasmine": "~0.4.2",
"grunt-contrib-jshint": "0.6.x",
"grunt-contrib-uglify": "~0.2.2",
"grunt-gh-pages": "~0.8.1",
"grunt-jasmine-node": "^0.3.1",
"grunt-middleman": "~0.1.0",
"grunt-s3": "~0.2.0-alpha.3",
"grunt-template-jasmine-istanbul": "~0.2.4",
"phantomjs-prebuilt": "^2.1.4",
"typescript": "^1.8.10",
"typings": "^1.3.2"
},
"scripts": {
"test": "grunt test",
"test:ts": "typings install && tsc"
},
"repository": {
"type": "git",
"url": "git://github.com/esri/terraformer.git"
},
"author": "Patrick Arlt <parlt@esri.com> (http://patrickarlt.com)",
"contributors": [
"Patrick Arlt <parlt@esri.com> (http://patrickarlt.com)",
"Jerry Sievert <jsievert@esri.com> (http://legitimatesounding.com)"
],
"license": "MIT"
}