-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.34 KB
/
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
37
38
39
40
41
42
{
"name": "studio",
"version": "1.0.0",
"description": "all of opendsp modules",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "stagas",
"license": "MIT",
"dependencies": {
"additive-osc": "github:opendsp/additive-osc",
"allpass": "github:opendsp/allpass",
"biquad": "github:opendsp/biquad",
"bitter": "github:opendsp/bitter",
"chord": "github:opendsp/chord",
"chords": "github:opendsp/chords",
"chords-of": "github:opendsp/chords-of",
"combfilter": "github:opendsp/combfilter",
"decimator": "github:opendsp/decimator",
"delay": "github:opendsp/delay",
"diodefilter": "github:opendsp/diodefilter",
"envelope": "github:opendsp/envelope",
"filter": "github:opendsp/filter",
"freeverb": "github:opendsp/freeverb",
"korg35lpf": "github:opendsp/korg35lpf",
"moogladder": "github:opendsp/moogladder",
"nopop": "github:opendsp/nopop",
"note": "github:opendsp/note",
"osc": "github:opendsp/osc",
"sampler": "github:opendsp/sampler",
"scales": "github:opendsp/scales",
"softclip": "github:opendsp/softclip",
"step": "github:opendsp/step",
"wavetable-osc": "github:opendsp/wavetable-osc"
},
"devDependencies": {
"babel-preset-latest": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0"
}
}