-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomponent.json
47 lines (47 loc) · 952 Bytes
/
component.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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "wavepot",
"version": "0.0.0",
"description": "webaudio digital audio workstation",
"keywords": [],
"private": true,
"author": "stagas",
"license": "MIT",
"dependencies": {
"component/emitter": "*",
"component/debounce": "*",
"ForbesLindesay/ajax": "*",
"MatthewMueller/qr-code": "*",
"segmentio/modal": "*",
"btknorr/ejs": "*",
"yields/k": "*",
"yields/currency": "*",
"yields/load-image": "*",
"stagas/webaudio-dsp": "*",
"stagas/oscilloscope": "*",
"stagas/logo-wavepot": "*",
"stagas/worker-fork": "*",
"stagas/treeview": "*"
},
"development": {
"stagas/watch-js": "*"
},
"styles": [
"icon.css",
"style.css",
"toolbar.css",
"sidebar.css",
"modal.css",
"about.css"
],
"scripts": [
"index.js",
"utils.js",
"sublime.js",
"toolbar.js",
"sidebar.js",
"about.js"
],
"templates": [
"about.html"
]
}