abstract-things
Version:
Base for building libraries that interact with physical things, such as IoT-devices
33 lines (32 loc) • 804 B
JSON
{
"name": "abstract-things",
"version": "0.9.0",
"license": "MIT",
"description": "Base for building libraries that interact with physical things, such as IoT-devices",
"repository": "tinkerhub/abstract-things",
"keywords": [],
"scripts": {
"test": "node_modules/.bin/eslint ."
},
"engines": {
"node": ">=6.6.0"
},
"dependencies": {
"amounts": "^0.5.0",
"appdirectory": "^0.1.0",
"color-convert": "^1.9.1",
"color-string": "^1.5.2",
"color-temperature": "^0.2.7",
"debug": "^3.1.0",
"deep-equal": "^1.0.1",
"dwaal": "^0.1.4",
"foibles": "^0.2.0",
"is-mergeable-object": "^1.1.0",
"mkdirp": "^0.5.1",
"tinkerhub-discovery": "^0.3.1"
},
"devDependencies": {
"eslint": "^4.12.0",
"eslint-plugin-node": "^5.2.1"
}
}