@oaklabs/platform
Version:
easily communicate with the OakOS Platform APIs
34 lines (33 loc) • 773 B
JSON
{
"name": "@oaklabs/platform",
"version": "4.0.0",
"description": "easily communicate with the OakOS Platform APIs",
"main": "index.js",
"scripts": {
"prepublishOnly": "git submodule update --init"
},
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OakLabsInc/node-oak-platform.git"
},
"author": "Flynn Joffray <nucleardreamer@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/OakLabsInc/node-oak-platform/issues"
},
"homepage": "https://github.com/OakLabsInc/node-oak-platform#readme",
"dependencies": {
"lodash": "~4.17.11",
"quick-grpc": "~2.0.0"
},
"keywords": [
"oak",
"oaklabs",
"zivelo",
"kiosk",
"os"
]
}