@magaya/cloud-client-window-helper
Version:
Magaya Cloud Client Window Helper
26 lines (25 loc) • 534 B
JSON
{
"name": "@magaya/cloud-client-window-helper",
"version": "0.0.3",
"description": "Magaya Cloud Client Window Helper",
"main": "index.js",
"gypfile": true,
"scripts": {
"build": "node-gyp rebuild",
"clean": "node-gyp clean",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"magaya",
"cloud",
"helper"
],
"author": "Magaya Corporation",
"license": "MIT",
"devDependencies": {
"node-gyp": "^6.0.0"
},
"dependencies": {
"node-addon-api": "^1.7.1"
}
}