aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-11-28 17:43:50 +0100
committerMinteck <contact@minteck.org>2022-11-28 17:43:50 +0100
commitd302af8487f74af091a5032118c83c2dac08b275 (patch)
tree022852bf7792ad729e1aacf7a25c6c815a1c9a93 /package.json
downloadtempdisk-d302af8487f74af091a5032118c83c2dac08b275.tar.gz
tempdisk-d302af8487f74af091a5032118c83c2dac08b275.tar.bz2
tempdisk-d302af8487f74af091a5032118c83c2dac08b275.zip
Initial commitHEADmane
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..7c25e12
--- /dev/null
+++ b/package.json
@@ -0,0 +1,16 @@
+{
+ "main": "app.js",
+ "dependencies": {
+ "electron": "^21.1.0",
+ "electron-packager": "^16.0.0"
+ },
+ "name": "TempDisk",
+ "version": "1.3.15",
+ "devDependencies": {},
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "Equestria.dev",
+ "license": "MIT",
+ "description": ""
+}