forked from gibber-cc/gibber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.52 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
{
"name": "gibber",
"version": "0.0.1",
"description": "Environment and libraries for Gibber",
"main": "node_modules/gibber.server",
"directories": {
"doc": "docs"
},
"dependencies": {
"browserify": "~5.12.0",
"codemirror": "^4.11.0",
"color": "~0.7.1",
"coreh-mousetrap": "~2.0.0",
"esprima": "~1.2.2",
"gibber.audio.lib": "latest",
"gibber.communication.lib": "latest",
"gibber.core.lib": "latest",
"gibber.graphics.lib": "latest",
"gibber.interface.lib": "latest",
"gibber.lib": "latest",
"gibber.server": "latest",
"gibberish-dsp": "latest",
"gulp": "~3.8.8",
"gulp-browserify": "~0.5.0",
"gulp-insert": "~0.4.0",
"gulp-rename": "~1.2.0",
"gulp-replace": "~0.4.0",
"gulp-uglify": "~1.0.1",
"gulp-util": "~3.0.1",
"interface.js": "latest",
"jquery": "~2.1.1",
"jquery-commonjs": "~1.7.3",
"production": "~0.0.2",
"share": "0.7.3",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "~1.0.0",
"watchify": "~1.0.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/charlieroberts/Gibber.git"
},
"keywords": [
"gibber",
"audio",
"graphics",
"shaders",
"sequencing",
"2d"
],
"author": "Charlie Roberts <[email protected]> (http://www.charlie-roberts.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/charlieroberts/Gibber/issues"
}
}