Aida-Server/package.json

25 lines
574 B
JSON
Raw Normal View History

2017-06-07 09:52:19 +00:00
{
"name": "aida-server",
"version": "1.0.0",
"description": "Artificial Intelligent Digital Assistant (A.I.D.A.)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://martind2000@gitlab.silvrtree.co.uk/martind2000/Aida-Server.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"express": "^4.15.3"
},
"dependencies": {
2017-06-27 15:31:42 +00:00
"bg-hive-api": "^1.0.5",
"hs100-api": "^0.4.0",
"node-lifx": "^0.8.0",
"wemo-client": "^0.13.0"
2017-06-07 09:52:19 +00:00
}
}