gibberwocky
Version:
music sequencing for Live and Max/MSP
39 lines (38 loc) • 950 B
JSON
{
"name": "gibberwocky",
"version": "1.0.0",
"description": "music sequencing for Live and Max/MSP",
"main": "js/gibber.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",
"electronic music"
],
"author": "Charlie Roberts <charlie@charlie-roberts.com> (http://www.charlie-roberts.com/)",
"license": "MIT"
}