-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 840 Bytes
/
package.json
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
28
29
30
31
32
33
34
35
36
{
"name": "nanobeat",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/NotBlue-Dev/NanoBeatV2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NotBlue-Dev/NanoBeatV2/issues"
},
"homepage": "https://github.com/NotBlue-Dev/NanoBeatV2#readme",
"devDependencies": {
"electron": "^15.3.0",
"electron-packager": "^15.4.0"
},
"dependencies": {
"arp": "^0.0.3",
"axios": "^0.24.0",
"bonjour": "^3.5.0",
"bytebuffer": "^5.0.1",
"dgram": "^1.0.1",
"dotenv": "^10.0.0",
"local-devices": "^3.0.0",
"oui": "^11.0.90",
"request": "^2.88.2",
"ws": "^8.2.3"
}
}