diff options
author | Minteck <contact@minteck.org> | 2022-03-27 21:23:27 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-03-27 21:23:27 +0200 |
commit | 9ce177d037d0aec26d51cfcba5a091155aebbfc6 (patch) | |
tree | d3bc54df6ccd675e07713fe37cc641fca427cd69 /package.json | |
download | alicorn-9ce177d037d0aec26d51cfcba5a091155aebbfc6.tar.gz alicorn-9ce177d037d0aec26d51cfcba5a091155aebbfc6.tar.bz2 alicorn-9ce177d037d0aec26d51cfcba5a091155aebbfc6.zip |
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..8c97273 --- /dev/null +++ b/package.json @@ -0,0 +1,14 @@ +{ + "version": "r1alpha1", + "release": "0.1.1", + "dependencies": { + "@electron/remote": "^2.0.8", + "electron": "^17.1.2", + "jquery": "^3.6.0", + "loudness": "github:LinusU/node-loudness", + "node-wifi": "^2.0.16", + "systeminformation": "^5.11.9", + "uuidv4": "^6.2.12", + "yaml": "^1.10.2" + } +} |