blob: e8f2746a7ef23dc63f943cd67fcb6f8232df2c74 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "microbit-gamepad",
"version": "1.0.4",
"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"
}
}
|