UNPKG

563 BJSONView Raw
1{
2 "name": "osm2x3d",
3 "description": "osm2x3d ==============",
4 "version": "0.0.9",
5 "dependencies": {
6 "sax": "",
7 "body-parser": "~1.0.0",
8 "rgbcolor": "0.0.4",
9 "node-xml-compare": ""
10 },
11 "main": "./osmx3d.js",
12 "scripts": {
13 "test": "osm2x3dTester.sh"
14 },
15 "author": "Clement IGONET <clement@igonet.fr>",
16 "keywords": [],
17 "repository": {
18 "type": "git",
19 "url": "git@git.framasoft.org:pizaninja/OpenEarthView.git"
20 },
21 "devDependencies": {},
22 "license": "LGPL-3.0"
23}