-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
38 lines (38 loc) · 935 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
{
"name": "gibber.max",
"version": "1.0.0",
"description": "Use Gibber inside Max/MSP and Max 4 Live.",
"main": "js/index.js",
"dependencies": {
"browserify": "^12.0.1",
"codemirror": "^5.9.0",
"genish.js": "^0.3.0",
"gulp": "^3.9.0",
"marked": "^0.3.6",
"vinyl-transform": "^1.0.0"
},
"devDependencies": {
"acorn": "^2.7.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"big.js": "^3.1.3",
"gulp-sourcemaps": "^2.6.1",
"gulp-util": "^3.0.7",
"teoria": "^2.2.0",
"through2": "^2.0.3",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gibber",
"max/msp",
"live",
"coding"
],
"author": "Charlie Roberts <[email protected]> (http://www.charlie-roberts.com/)",
"license": "MIT"
}