-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 939 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
37
38
39
40
41
{
"name": "lsdj-wave-cruncher",
"version": "0.1.1",
"description": "Turns a sound clip into a LSDJ wavetable synth. ",
"main": "lib/cruncher.js",
"scripts": {
"start": "node crunch-patch.js",
"crunch": "node crunch.js",
"patch": "node patch.js",
"export": "node export.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iLambda/lsdj-wave-cruncher.git"
},
"keywords": [
"lsdj",
"wave",
"wavetable",
"wav",
"cruncher",
"sound"
],
"author": "iLambda",
"license": "MIT",
"bugs": {
"url": "https://github.com/iLambda/lsdj-wave-cruncher/issues"
},
"homepage": "https://github.com/iLambda/lsdj-wave-cruncher#readme",
"dependencies": {
"lodash": "^4.16.4",
"node-wav": "0.0.2",
"tonal": "^0.50.3"
},
"devDependencies": {
"flags": "^0.1.3",
"python-shell": "^0.4.0",
"tape": "^4.6.2",
"tape-catch": "^1.0.6"
}
}