forked from hydra-synth/hydra-synth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "hydra-synth",
"version": "1.0.25",
"description": "base synth for hydra-editor",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"example": "budo ./example/index.js:bundle.js --css ./example/style.css --ssl --open --live --port 8000-- -t [ babelify --presets [env] ]",
"example-editor": "budo ./example/editor-example.js --ssl --open --live "
},
"repository": {
"type": "git",
"url": "git+https://github.com/ojack/hydra-synth.git"
},
"keywords": [
"webgl",
"regl",
"graphics",
"livecoding",
"synth"
],
"author": "ojack",
"license": "AGPL",
"bugs": {
"url": "https://github.com/ojack/hydra-synth/issues"
},
"homepage": "https://github.com/ojack/hydra-synth#readme",
"dependencies": {
"budo": "^11.3.2",
"enumerate-devices": "^1.1.1",
"meyda": "^4.1.3",
"mouse-change": "^1.4.0",
"raf-loop": "^1.1.3",
"regl": "^1.3.9",
"web-audio-analyser": "^2.0.1",
"webrtc-adapter": "^7.2.6"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"codemirror": "^5.36.0",
"rtc-patch-bay": "^1.0.0"
}
}