smart-house
Version:
51 lines (48 loc) • 1.18 kB
JSON
{
"name": "smart-house",
"version": "0.1.1",
"description": "Smart House",
"main": "index.js",
"bin": "bin/index.js",
"scripts": {
"start": "node ./index.js start",
"stop": "node ./index.js stop",
"restart": "node ./index.js restart",
"status": "node ./index.js status",
"logs": "node ./index.js log",
"index": "node ./index.js",
"lint": "eslint ./*.js",
"lintfix": "eslint ./*.js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/garage-it/SmartHouse.git"
},
"keywords": [
"smart",
"house",
"IoT"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/garage-it/SmartHouse/issues"
},
"homepage": "https://github.com/garage-it/SmartHouse#readme",
"engines": {
"node": "5.x.x"
},
"dependencies": {
"commander": "^2.9.0",
"shelljs": "^0.7.0",
"dotenv": "^2.0.0",
"smart-house-backend": "^0.1.0",
"smart-house-broker": "^0.1.0",
"smart-house-frontend": "^0.1.0"
},
"devDependencies": {
"eslint": "^2.7.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2"
}
}