From 3df1a8049dc693fb1a8835d2aafdd57b74aac407 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Sun, 15 Jan 2023 22:35:42 +0100 Subject: Initial commit --- package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package.json (limited to 'package.json') 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" + } +} -- cgit v1.2.3