Drayton_MiGenie_HASS/package.json

30 lines
646 B
JSON
Raw Normal View History

2020-05-07 20:28:30 +01:00
{
"name": "drayton_migenie_hass",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://kithub.cf/Karl/Drayton_MiGenie_HASS.git"
},
"author": "",
"license": "ISC",
"dependencies": {
2020-05-07 21:55:32 +01:00
"basic-auth-token": "^0.4.2",
2020-05-08 21:16:25 +01:00
"body-parser": "^1.19.0",
2020-05-10 21:13:16 +01:00
"cache-manager": "^3.3.0",
2020-05-07 21:55:32 +01:00
"express": "^4.17.1",
2020-05-07 22:05:20 +01:00
"fs": "0.0.1-security",
2020-05-10 10:12:52 +01:00
"got": "^11.1.2",
2020-05-11 16:29:08 +01:00
"moment": "^2.25.3",
2020-05-09 22:49:01 +01:00
"perfect-logger": "^2.0.1"
2020-05-11 16:29:08 +01:00
},
"devDependencies": {
"eslint": "^7.0.0",
"prettier": "2.0.5"
2020-05-08 21:16:25 +01:00
}
2020-05-07 20:28:30 +01:00
}