diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-01-15 22:35:42 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2023-01-15 22:35:42 +0100 |
commit | 3df1a8049dc693fb1a8835d2aafdd57b74aac407 (patch) | |
tree | 82b34456f34224a92f36591be908c69a4fddb3eb /package.json | |
parent | 216e1259c32c4775768da915b6fea9b8adc5c35f (diff) | |
download | microbit-gamepad-3df1a8049dc693fb1a8835d2aafdd57b74aac407.tar.gz microbit-gamepad-3df1a8049dc693fb1a8835d2aafdd57b74aac407.zip |
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..6ad56c6 --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "microbit-gamepad", + "version": "1.0.0-alpha.0", + "description": "", + "license": "MIT", + "scripts": { + "dev": "parcel ./src/index.html --https --public-url /microbit-gamepad/", + "build": "parcel build ./src/index.html --public-url /microbit-gamepad/", + "postbuild": "./postbuild.sh" + }, + "dependencies": { + "@fortawesome/fontawesome-free": "^5.15.2" + }, + "devDependencies": { + "parcel-bundler": "^1.12.4", + "sass": "^1.32.6" + } +} |