music21j-port
Version:
A toolkit for computer-aided musicology, Javascript version
81 lines (80 loc) • 2.24 kB
JSON
{
"name": "music21j-port",
"version": "0.9.7",
"description": "A toolkit for computer-aided musicology, Javascript version",
"main": "src/loadModules.js",
"dependencies": {
"eventjs": "^4.0.2",
"jquery": "^3.4.1",
"jsonpickle": "file:src/ext/jsonpickle",
"midicube": "^0.5.3",
"vexflow": "^1.2.89"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-external-helpers": "^6.8.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-undeclared-variables-check": "^6.8.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-es2015-rollup": "^1.2.0",
"babel-runtime": "^6.26.0",
"browserify": "^13.1.0",
"chalk": "^1.1.3",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^5.0.3",
"eslint-plugin-import": "^1.14.0",
"glob": "^7.0.6",
"grunt": "^1.0.4",
"grunt-bump": "0.8.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-qunit": "^1.3.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^19.0.0",
"grunt-git": "^1.0.14",
"grunt-jsdoc": "^2.1.0",
"grunt-release": "^0.14.0",
"grunt-rollup": "^0.8.0",
"js-doc": "^0.5.0",
"jsdoc": "^3.6.3",
"npm-check-updates": "^2.12.1",
"qunit": "^0.9.1",
"rollup": "^0.34.13",
"rollup-plugin-babel": "^2.6.1",
"uglify": "^0.1.5",
"update": "^0.7.4",
"webpack": "^2.7.0"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cuthbertLab/music21j.git"
},
"keywords": [
"music",
"theory",
"musicology",
"notation"
],
"author": {
"name": "Michael Scott Cuthbert and cuthbertLab",
"email": "cuthbert@mit.edu",
"url": "http://www.trecento.com"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/cuthbertLab/music21j/issues"
}
}