-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "terraformer-proj4js",
"version": "0.2.2",
"description": "Proj4js integration with Terraformer.",
"main": "dist/terraformer-proj4js.js",
"devDependencies": {
"babelify": "~6.3.0",
"browserify": "~11.2.0",
"del": "^2.0.2",
"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-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",
"jshint-stylish": "^2.0.1",
"proj4": "^2.3.12",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "~1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/RAMP-PCAR/terraformer-proj4js.git"
},
"dependencies": {
"terraformer": "~1.0.4"
},
"license": "MIT"
}