dark-horse-thing-mediola
Version:
Dark Horse devices for Mediola AIO Gateway
31 lines (30 loc) • 794 B
JSON
{
"name": "dark-horse-thing-mediola",
"version": "0.1.0",
"description": "Dark Horse devices for Mediola AIO Gateway",
"main": "index.js",
"scripts": {
"lint": "standard"
},
"repository": {
"type": "git",
"url": "git://github.com/bergos/dark-horse-thing-mediola.git"
},
"keywords": [
"mediola"
],
"author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bergos/dark-horse-thing-mediola/issues"
},
"homepage": "https://github.com/bergos/dark-horse-thing-mediola",
"dependencies": {
"dark-horse-thing": "^0.1.0",
"mediola-aio-gateway": "^0.2.0"
},
"devDependencies": {
"standard": "^7.1.2"
},
"readmeFilename": "README.md"
}