-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
63 lines (63 loc) · 1.51 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "gibberish-dsp",
"version": "3.4.0",
"description": "Gibberish is designed to be an optimized API for audio synthesis using per-sample techniques.",
"main": "./js/index.js",
"engines": {
"node": ">=0.10.26"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"gulp": "^4.0.2",
"gulp-babel": "^7.0.1",
"gulp-buffer": "^0.0.2",
"gulp-clean": "^0.4.0",
"gulp-gzip": "^1.4.2",
"gulp-rename": "^1.2.2",
"gulp-uglify-es": "^1.0.4",
"uglify-es": "^3.3.9",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"@strudel.cycles/mini": "^0.2.0",
"babel": "^6.23.0",
"big.js": "^3.1.3",
"codemirror": "^5.47.0",
"genish.js": "^1.0.2",
"memory-helper": "latest",
"require-from-url": "^3.1.3",
"serialize-javascript": "1.9.1",
"tidal.pegjs": "latest"
},
"scripts": {
"link": "npm link genish.js"
},
"repository": {
"type": "git",
"url": "https://github.com/gibber-cc/gibberish"
},
"keywords": [
"audio",
"music",
"sound",
"gibber",
"ScriptProcessor",
"DSP",
"Web Audio API",
"WAAPI",
"synthesis"
],
"author": "Charlie Roberts",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/gibber-cc/gibberish/issues"
},
"homepage": "http://www.charlie-roberts.com/gibberish"
}