forked from rowanwins/turf-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 748 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 748 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
{
"name": "turf-builder",
"version": "1.0.2",
"description": "A node package for custom browserify builds of Turf.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/rowanwins/turf-builder.git"
},
"keywords": [
"gis",
"geo",
"geojs",
"geospatial",
"turf"
],
"author": "rowanwins",
"license": "MIT",
"bugs": {
"url": "https://github.com/rowanwins/turf-builder/issues"
},
"dependencies": {
"@turf/turf": "^4.7.3",
"body-parser": "1.15.2",
"browserify": "13.1.0",
"ejs": "2.5.2",
"express": "4.14.0",
"uglifyify": "3.0.4"
},
"scripts": {
"start": "node index.js"
},
"engines": {
"node": "6.4.0",
"npm": "3.10.3"
}
}