2017-06-07 09:52:19 +00:00
|
|
|
{
|
|
|
|
"name": "aida-server",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Artificial Intelligent Digital Assistant (A.I.D.A.)",
|
2017-11-09 00:05:30 +00:00
|
|
|
"main": "server.js",
|
2017-06-07 09:52:19 +00:00
|
|
|
"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": {
|
2018-01-23 20:58:05 +00:00
|
|
|
"babel-eslint": "^8.2.1",
|
|
|
|
"eslint": "^4.16.0",
|
|
|
|
"express": "^4.16.2",
|
|
|
|
"ws": "^4.0.0"
|
2017-06-07 09:52:19 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-06-27 15:31:42 +00:00
|
|
|
"bg-hive-api": "^1.0.5",
|
2018-01-23 20:58:05 +00:00
|
|
|
"body-parser": "^1.18.2",
|
2017-11-09 00:05:30 +00:00
|
|
|
"cookieparser": "^0.1.0",
|
|
|
|
"errorhandler": "^1.5.0",
|
2018-01-23 20:58:05 +00:00
|
|
|
"express-session": "^1.15.6",
|
|
|
|
"hs100-api": "^0.19.1",
|
2017-11-09 00:05:30 +00:00
|
|
|
"lodash": "^4.17.4",
|
2018-01-23 20:58:05 +00:00
|
|
|
"log4js": "^2.5.2",
|
|
|
|
"method-override": "^2.3.10",
|
|
|
|
"morgan": "^1.9.0",
|
|
|
|
"mqtt": "^2.15.1",
|
2017-06-27 15:31:42 +00:00
|
|
|
"node-lifx": "^0.8.0",
|
2018-01-23 20:58:05 +00:00
|
|
|
"tplink-smarthome-api": "^0.22.0",
|
2017-11-09 00:05:30 +00:00
|
|
|
"trend": "^0.3.0",
|
2018-01-23 20:58:05 +00:00
|
|
|
"wemo-client": "^0.15.0"
|
2017-11-09 00:05:30 +00:00
|
|
|
},
|
|
|
|
"jspm": {
|
|
|
|
"directories": {
|
|
|
|
"baseURL": "app"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"backbone": "npm:backbone@^1.3.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel": "npm:babel-core@^5.8.24",
|
|
|
|
"babel-runtime": "npm:babel-runtime@^5.8.24",
|
|
|
|
"core-js": "npm:core-js@^1.1.4"
|
|
|
|
}
|
2017-06-07 09:52:19 +00:00
|
|
|
}
|
|
|
|
}
|