UNPKG

las-reader

Version:

Library to read LAS formatted lidar datafiles

37 lines (36 loc) 823 B
{ "name": "las-reader", "version": "1.0.19", "description": "Library to read LAS formatted lidar datafiles", "main": "src/las.js", "scripts": { "test": "mocha tests" }, "repository": { "type": "git", "url": "git+https://github.com/nationaldronesau/las-reader.git" }, "keywords": [ "LIDAR", "LAS", "LAZ" ], "author": "Thornton Mills", "license": "Apache-2.0", "bugs": { "url": "https://github.com/nationaldronesau/las-reader/issues" }, "homepage": "https://github.com/nationaldronesau/las-reader#readme", "devDependencies": { "chai": "^3.5.0", "chai-eventemitter": "^1.1.1", "mocha": "^3.0.2", "nodeunit": "^0.9.1", "sinon": "^1.17.5" }, "dependencies": { "int64-buffer": "^0.1.9", "proj4": "^2.4.4", "request": "^2.74.0" } }