-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 977 Bytes
/
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
{
"name": "citygml-validate-polygon",
"version": "0.1.13",
"description": "Validate a CityGML polygon against the QIE suite",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/polygon-city/citygml-validate-polygon"
},
"keywords": [
"citygml",
"validation",
"geometry",
"polygon",
"2d",
"mapping",
"gis"
],
"author": "Robin Hawkes <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/polygon-city/citygml-validate-polygon/issues"
},
"homepage": "https://github.com/polygon-city/citygml-validate-polygon",
"dependencies": {
"async": "^1.1.0",
"citygml-boundaries": "^0.1.1",
"citygml-points": "^0.1.1",
"lodash": "^3.9.3",
"points-3d-to-2d": "^0.1.1",
"polygon": "^1.0.1",
"sylvester": "0.0.21",
"triangulate": "^0.1.4",
"vec2": "^1.6.0"
}
}