@magaya/hyperion-write-access
Version:
Write access wrapper for hyperion.
33 lines (32 loc) • 730 B
JSON
{
"name": "@magaya/hyperion-write-access",
"version": "0.2.0",
"description": "Write access wrapper for hyperion.",
"main": "lib/writeAccess.js",
"files": [
"/lib"
],
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/magaya-dev/hyperion-write-access.git"
},
"keywords": [
"hyperion",
"write",
"save",
"edit",
"delete"
],
"author": "Magaya Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/magaya-dev/hyperion-write-access/issues"
},
"homepage": "https://github.com/magaya-dev/hyperion-write-access#readme",
"devDependencies": {
"jasmine": "5.1.0"
}
}