biodome
Version:
Home automation you can live with
42 lines (41 loc) • 876 B
JSON
{
"name": "biodome",
"description": "Home automation you can live with",
"version": "0.7.0",
"author": "Andrew Krespanis",
"license": "MIT",
"homepage": "https://github.com/andrewk/biodome",
"main": "index.js",
"keywords": [
"biodome",
"automation",
"gpio",
"owfs",
"1wire"
],
"scripts": {
"prepublish": "babel lib -d dist",
"test": "mocha --compilers js:babel/register"
},
"dependencies": {
"bunyan": "^1.3.5",
"eventemitter3": "^1",
"graceful-fs": "^4",
"jwt-simple": "~0.3.0",
"most": "^0.14",
"ws": "~0.7.0"
},
"devDependencies": {
"babel": "^5.0.0",
"chai": "^2.0.0",
"chai-as-promised": "^5",
"eslint": "^0.19.0",
"mocha": "^2",
"sinon": "^1",
"supertest": "^1"
},
"repository": {
"type": "git",
"url": "https://github.com/andrewk/biodome.git"
}
}