abstractor
Version:
Node.js abstraction layer and automation framework.
46 lines (45 loc) • 894 B
JSON
{
"name": "abstractor",
"version": "1.0.0-rc.4",
"description": "Node.js abstraction layer and automation framework.",
"author": "Hexagon <github.com/hexagon>",
"contributors": [],
"repository": {
"type": "git",
"url": "https://github.com/hexagon/abstractor"
},
"bugs": {
"url": "https://github.com/hexagon/abstractor/issues"
},
"keywords": [
"abstractor",
"automation",
"tellstick",
"nexa",
"telldus",
"abstraction",
"framework",
"node",
"node-red"
],
"scripts": {
"test": "mocha"
},
"dependencies": {
"colors": "*",
"croner": "*",
"qbus": "*",
"suncalc": "*",
"uuid": "^3.0.0",
"klon": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"fast-csv": "*"
},
"engines": {
"node": ">=4.0.0"
},
"license": "MIT"
}