-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 897 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
{
"name": "rnbo.example.webpage",
"version": "1.0.0",
"description": "This example shows you how to add dynamic audio to a webpage, using the web export feature of RNBO, part of [Max 8](https://cycling74.com/products/max) made by [Cycling '74](https://cycling74.com).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cycling74/rnbo.example.webpage.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Cycling74/rnbo.example.webpage/issues"
},
"homepage": "https://github.com/Cycling74/rnbo.example.webpage#readme",
"dependencies": {
"@rnbo/js": "^1.3.3",
"awesomplete": "^1.1.7",
"codemirror": "^5.65.18",
"fft-js": "0.0.12",
"jsplumb": "^2.15.6",
"jszip": "^3.10.1",
"lz-string": "^1.5.0"
}
}