packages/ola/package.json
{
"name": "dsp-ola",
"description": "Overlap and add timestretch algorithm",
"version": "0.0.1",
"main": "build/index.js",
"module": "index",
"scripts": {
"pretest": "rollup -c ../../rollup.config.js",
"test": "node test/test.js",
"docs": "jsdoc2md index.js > README.md && cp README.md ../../docs/modules/ola.md",
"example": "npm run pretest && budo example/example.js"
},
"repository": "https://github.com/oramics/dsp-kit/packages/dsp-ola",
"keywords": [
"timestretch",
"ola",
"dsp",
"dsp-kit"
],
"author": "danigb",
"license": "MIT",
"bugs": {
"url": "https://github.com/oramics/dsp-kit/issues"
},
"homepage": "https://github.com/oramics/dsp-kit/packages/dsp-ola/#readme",
"devDependencies": {
"dsp-array": "^0.0.1",
"dsp-window": "^0.0.1"
}
}