summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorNicholas Tay <nick@windblume.net>2022-08-14 01:54:58 +1000
committerNicholas Tay <nick@windblume.net>2022-08-14 01:54:58 +1000
commitc7afd053563916f2409fdc7913738a4f864ce9a0 (patch)
tree5bdfac22d1ec8a1560cac408f1e880d43f9a55c0 /package.json
downloadelectron-flash-c7afd053563916f2409fdc7913738a4f864ce9a0.tar.gz
electron-flash-c7afd053563916f2409fdc7913738a4f864ce9a0.tar.bz2
electron-flash-c7afd053563916f2409fdc7913738a4f864ce9a0.zip
Initial commit
Note that Electron 11 must be used, as Electron 12 uses Chromium 88, where plugins were removed.
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..14d6717
--- /dev/null
+++ b/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "electron-flash",
+ "version": "0.1.0",
+ "description": "Flash Player in Electron",
+ "main": "main.js",
+ "scripts": {
+ "start": "electron .",
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "Nicholas Tay <nick@windblume.net>",
+ "license": "BSD-2-Clause",
+ "devDependencies": {
+ "electron": "^11.5.0"
+ }
+}