summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2022-11-28 05:45:20 +0300
committerEvgeny Zinoviev <me@ch1p.io>2022-12-18 00:00:27 +0300
commit7bb6daa4bf09947142e38ff468b7f62baae110fd (patch)
treec120e9ec800525116ad922e6c4cff21064a40538 /package.json
parent16d47968b4938f3b60b97f374d45ad39bb0071b1 (diff)
esp8266 relay controller wip
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..16706ba
--- /dev/null
+++ b/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "homekit",
+ "version": "1.0.0",
+ "main": "index.js",
+ "repository": "git@ch1p.io:homekit.git",
+ "author": "Evgeny Zinoviev <me@ch1p.io>",
+ "license": "MIT",
+ "devDependencies": {
+ "clean-css": "^5.3.1",
+ "html-minifier-terser": "^7.1.0",
+ "minimist": "^1.2.7",
+ "terser": "^5.16.1"
+ }
+}