diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-03-30 19:41:03 +0100 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-03-30 19:41:03 +0100 |
| commit | ecc769dab59d427c1fa5dc8856dd32068b4ba6db (patch) | |
| tree | 6a6f6ca99a2c2f4f0cfdb90d29bacb936891c159 /package.json | |
| parent | a6459b390ecfcaca90c8b30fc3ab6f6f6db4fb0c (diff) | |
| download | tplink-energy-monitor-ecc769dab59d427c1fa5dc8856dd32068b4ba6db.tar.xz tplink-energy-monitor-ecc769dab59d427c1fa5dc8856dd32068b4ba6db.zip | |
Initial functionality. Static realtime usage for a single device
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..3b857f1 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "tplink-monitor", + "version": "0.0.1", + "description": "An energy monitoring dashboard for TP-Link smart plugs", + "repository": "https://github.com/jamesbarnett91/tplink-monitor", + "license": "GPL-3.0", + "author": { + "name": "James Barnett" + }, + "scripts": { + "start": "node ./bin/www" + }, + "dependencies": { + "cookie-parser": "~1.4.3", + "debug": "~2.6.9", + "express": "~4.16.0", + "hbs": "~4.0.1", + "http-errors": "~1.6.2", + "morgan": "~1.9.0", + "tplink-smarthome-api": "0.22.0" + } +} |