Files
speckle-server/packages/objectloader/package.json
T
2021-11-23 23:26:14 +00:00

20 lines
558 B
JSON

{
"name": "@speckle/objectloader",
"version": "2.2.0",
"description": "Simple API helper to stream in objects from the Speckle Server.",
"main": "index.js",
"homepage": "https://speckle.systems",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/specklesystems/speckle-server.git",
"directory": "packages/objectloader"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["speckle", "aec", "speckle api"],
"author": "AEC Systems",
"license": "Apache-2.0"
}