forked from fgpv-vpgf/geoApi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "geoApi",
"version": "1.1.5",
"description": "",
"main": "dist/geoapi.js",
"dependencies": {
},
"devDependencies": {
"babelify": "~6.3.0",
"brfs": "~1.4.3",
"browserify": "~11.2.0",
"canonical-path": "0.0.2",
"canvg-origin": "^1.0.0",
"csv2geojson": "https://github.com/mapbox/csv2geojson.git#v4.0.0",
"del": "^2.0.2",
"dgeni": "^0.4.1",
"dgeni-packages": "^0.11.1",
"docdash": "https://github.com/alyec/docdash#master",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "~2.2.0",
"gulp-derequire": "~2.1.0",
"gulp-gzip": "^1.2.0",
"gulp-help": "^1.6.1",
"gulp-if": "^2.0.1",
"gulp-jasmine": "^2.1.0",
"gulp-jscs": "^3.0.1",
"gulp-jscs-stylish": "^1.2.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-rename": "~1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tar": "^1.5.0",
"gulp-uglify": "~1.4.1",
"gulp-zip": "^3.0.2",
"http-server": "^0.6.1",
"jsdoc": "^3.4.0",
"jshint-stylish": "^2.0.1",
"lodash": "^3.10.1",
"proj4": "^2.3.12",
"run-sequence": "^1.2.2",
"shpjs": "https://github.com/calvinmetcalf/shapefile-js.git#v3.3.1",
"svg.js": "^2.3.4",
"terraformer": "~1.0.4",
"terraformer-arcgis-parser": "~1.0.4",
"terraformer-proj4js": "https://github.com/RAMP-PCAR/terraformer-proj4js.git#v0.2.2",
"text-encoding": "0.6.0",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "~1.1.0",
"yargs": "^5.0.0"
},
"scripts": {
"doc": "./node_modules/.bin/jsdoc -p -r -c .jsdoc.json -t node_modules/docdash -R README.md -d ./docbuild -u ./docs/content ./src",
"servedoc": "npm run doc && ./node_modules/.bin/http-server -p 6004 ./docbuild",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/fgpv-vpgf/geoApi.git"
},
"author": "Government of Canada",
"license": "MIT",
"bugs": {
"url": "https://github.com/fgpv-vpgf/geoApi/issues"
},
"homepage": "https://fgpv-vpgf.github.io/geoApi"
}