node-red-contrib-state
Version:
Shared state with persistence, notification, and history
51 lines (50 loc) • 1.17 kB
JSON
{
"name": "node-red-contrib-state",
"author": "Loren West - github.com/lorenwest",
"version": "1.6.1",
"description": "Shared state with persistence, notification, and history",
"license": "MIT",
"homepage": "https://github.com/lorenwest/node-red-contrib-state",
"bugs": {
"url": "https://github.com/lorenwest/node-red-contrib-state/issues"
},
"dependencies": {
"convert-units": "^2.3.4",
"is-valid-var-name": "^1.0.2",
"lodash": "^4.17.15",
"mkdirp": "^1.0.3"
},
"devDependencies": {},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/lorenwest/node-red-contrib-state.git"
},
"keywords": [
"node-red",
"state",
"shared state",
"persistent state",
"state machine",
"data type",
"data conversion",
"units",
"units of measure",
"node",
"red",
"contrib",
"nodered",
"shared",
"persistent",
"machine"
],
"node-red": {
"nodes": {
"shared-state": "lib/state.js",
"get-shared-state": "lib/getState.js",
"set-shared-state": "lib/setState.js"
}
}
}