diff options
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" + } +} |