@zerodensity/realityhub-api
Version:
RealityHub API Javascript Implementation
44 lines (43 loc) • 1.01 kB
JSON
{
"name": "@zerodensity/realityhub-api",
"version": "1.19.0",
"description": "RealityHub API Javascript Implementation",
"type": "module",
"main": "src/index.js",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./src/index.js",
"require": "./src/index.cjs"
}
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/zerodensity/realityhub-api.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"realityhub",
"reality-hub",
"reality",
"hub",
"api",
"js",
"client"
],
"author": "Bulent Vural <bulent.vural@zerodensity.tv>",
"contributors": [
"Askin Saglam <askin.saglam@zerodensity.tv>",
"Mehmet Baker <mehmet.baker@zerodensity.tv>"
],
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/zerodensity/realityhub-api-js/issues"
},
"homepage": "https://github.com/zerodensity/realityhub-api#readme",
"dependencies": {
"uuid": "^11.0.3"
}
}