tone-rhythm
Version:
Generate an array of Tone.Transport times for use in Tone.Part
51 lines (50 loc) • 1.29 kB
JSON
{
"name": "tone-rhythm",
"version": "2.0.0",
"description": "Generate an array of Tone.Transport times for use in Tone.Part",
"keywords": [
"Javascript",
"Music Composition",
"Web Audio",
"Web Audio API",
"Playback",
"Instrument",
"Music",
"Tone",
"tone-rhythm"
],
"author": "https://github.com/scraggo",
"repository": {
"type": "git",
"url": "https://github.com/scraggo/tone-rhythm.git"
},
"license": "MIT",
"main": "dist/tone-rhythm.min.js",
"unpkg": "dist/tone-rhythm.min.js",
"files": [
"dist/*.js",
"docs/*.md"
],
"scripts": {
"build": "webpack -p",
"build-dev": "webpack --mode development",
"dev": "npm run build-dev -- --watch",
"doc": "jsdoc2md -c jsdoc-conf.json src/tone-rhythm.js > docs/tone-rhythm@latest.md",
"prepublishOnly": "npm run build && npm run doc",
"test": "npm run build-dev && open index.html # RUNS IN BROWSER WITH MOCHA"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"chai": "^4.2.0",
"jsdoc-to-markdown": "^5.0.0",
"mocha": "^5.2.0",
"webpack-cli": "^3.1.2",
"webpack": "^4.20.2"
},
"peerDependencies": {
"tone": ">=0.12.0"
}
}