-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 824 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "tactylophone",
"description": "The synthesizer you play with your fingertips",
"version": "1.0.1",
"author": {
"name": "Oscar R.C.",
"email": "oscarrc.web@gmail.com",
"url": "https://oscarrc.me"
},
"repository": {
"url": "https://github.com/oscarrc/tactylophone",
"type": "git"
},
"homepage": "./",
"private": true,
"scripts": {
"start": "serve www",
"deploy": "surge www tactylophone.oscarrc.me",
"init": "bubblewrap init --manifest https://tactylophone.oscarrc.me/manifest.webmanifest --directory android/",
"build": "cd android && bubblewrap build",
"update": "bubblewrap update --appVersionName 4 --manifest https://tactylophone.oscarrc.me/manifest.webmanifest"
},
"dependencies": {
"@bubblewrap/cli": "^1.22.0",
"serve": "^14.2.3"
}
}