package.json
1.4 KB
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
39
40
41
42
43
44
45
46
47
{
"name": "terraformer",
"version": "1.0.8",
"description": "A Geo-toolkit built in Javascript.",
"main": "terraformer.js",
"typings": "terraformer.d.ts",
"devDependencies": {
"gh-release": "^2.1.0",
"grunt": "0.4.x",
"grunt-complexity": "~0.1.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jasmine": "~0.4.2",
"grunt-contrib-jshint": "0.6.x",
"grunt-contrib-uglify": "~2.0.0",
"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",
"tslint": "^4.5.1",
"typescript": "^2.2.1"
},
"scripts": {
"test": "grunt test",
"test:ts": "tslint test.ts index.d.ts && tsc -p tsconfig.json && node test.js",
"release": "./release.sh"
},
"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",
"dependencies": {
"@types/geojson": "^1.0.0"
},
"engines": {
"node": ">=4.2.6"
},
"_from": "terraformer@1.0.8",
"_resolved": "http://registry.npm.taobao.org/terraformer/download/terraformer-1.0.8.tgz"
}