-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 927 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 927 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
{
"name": "geotools-java",
"version": "0.4.0",
"description": "Bridge API to connect node.js with geotools Java APIs",
"keywords": [
"geotools",
"java",
"shapefile",
"geospatial",
"gis",
"ogc"
],
"author": "James R. Gambale, Jr.",
"license": "MIT",
"engines": {
"node": ">=8.0.0"
},
"maintainers": [
{
"name": "James R. Gambale, Jr.",
"email": "jimgambale@gmail.com"
}
],
"main": "index.js",
"scripts": {
"install": "git clone https://github.com/jimgambale/geotools --branch vpf-update && ./make-geotools.sh ./geotools && ./makegt-jar.sh",
"build-geotools": "./make-geotools.sh ./geotools",
"build-jar": "./makegt-jar.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"java": "^0.11.0",
"lodash": "^4.17.11",
"napa": "^3.0.0",
"recursive-readdir": "^2.2.2",
"yargs": "^12.0.5"
}
}