maia-markov
Version:
Markov analysis and generation functions supporting various applications by Music Artificial Intelligence Algorithms, Inc.
51 lines (50 loc) • 1.44 kB
JSON
{
"name": "maia-markov",
"version": "0.1.12",
"description": "Markov analysis and generation functions supporting various applications by Music Artificial Intelligence Algorithms, Inc.",
"main": "dist/index.js",
"jsnext:main": "es6/index.js",
"module": "es6/index.js",
"scripts": {
"test": "make test",
"compile": "npm run c:babel && npm run c:rollup",
"watch": "npm run w:babel && npm run w:rollup",
"c:babel": "babel ./es6 --out-dir ./dist --presets=es2015",
"w:babel": "babel ./es6 -w --out-dir ./dist --presets=es2015",
"c:rollup": "rollup -c",
"w:rollup": "rollup -c"
},
"repository": {
"type": "git",
"url": "git@github.com:tomthecollins/maia-markov.git"
},
"keywords": [
"intelligence",
"artificial",
"music",
"math"
],
"author": "Tom Collins and Christian Coulon (https://musicintelligence.co/)",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://groups.google.com/d/forum/maia-inc-dev"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^3.5.0",
"mocha": "^2.4.5"
},
"dependencies": {
"@tonejs/midi": "^2.0.27",
"xml2js": "^0.4.23",
"xml-js": "^1.6.11",
"browserify": "^16.2.3",
"maia-util": "^0.3.12",
"nodeplotlib": "^0.6.5",
"rollup-plugin-commonjs": "^10.0.0",
"seed-random": "^2.2.0",
"uuid": "^3.1.0",
"watchify": "^3.11.1"
}
}