-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 986 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 986 Bytes
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
{
"name": "shapefiler",
"version": "0.1.0",
"description": "A demo showing how to export Esri JSON features as a shapefile.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robert-claypool/shapefiler.git"
},
"keywords": [
"shapefile",
"esrijson",
"geojson",
"gis"
],
"author": "Robert Claypool",
"license": "MIT",
"bugs": {
"url": "https://github.com/robert-claypool/shapefiler/issues"
},
"homepage": "https://github.com/robert-claypool/shapefiler#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-html5-lint": "^1.1.0"
},
"dependencies": {
"browserify": "^12.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"shp-write": "^0.2.4",
"terraformer-arcgis-parser": "^1.0.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}