update
This diff is collapsed.
package.json
0 → 100644
| { | |||
| "name": "3dgeovolumesapi", | |||
| "version": "1.0.0", | |||
| "description": "The open source 3D GeoVolumes API developed at HFT Stuttgart", | |||
| "main": "server.js", | |||
| "scripts": { | |||
| "test": "nodemon server.js", | |||
| "start": "node server.js" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://transfer.hft-stuttgart.de/gitlab/ogc/3dgeovolumesapi" | |||
| }, | |||
| "keywords": [ | |||
| "3D", | |||
| "GeoVolumes", | |||
| "API", | |||
| "OGC", | |||
| "HFT" | |||
| ], | |||
| "author": "thunyathep.s@outlook.com", | |||
| "license": "MIT", | |||
| "dependencies": { | |||
| "body-parser": "^1.19.2", | |||
| "box-intersect": "^1.0.2", | |||
| "compression": "^1.7.4", | |||
| "express": "^4.17.3", | |||
| "useragent": "^2.3.0" | |||
| } | |||
| } |
Please register or sign in to comment