poly-peach
Version:
A targeted pitch-detection library for node in the browser
57 lines (56 loc) • 1.34 kB
JSON
{
"name": "poly-peach",
"version": "0.5.1",
"description": "A targeted pitch-detection library for node in the browser",
"main": "dist/polypeach.js",
"scripts": {
"build": "./build.sh",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/chrisspen/poly-peach.git"
},
"keywords": [
"pitch",
"frequency",
"detector",
"detect",
"detection",
"find",
"polyphonic",
"music",
"audio"
],
"author": "Chris Spencer",
"license": "LGPL",
"bugs": {
"url": "https://gitlab.com/chrisspen/poly-peach/issues"
},
"homepage": "https://gitlab.com/chrisspen/poly-peach#readme",
"devDependencies": {
"@types/chai": "^4.2.18",
"@types/mocha": "^7.0.2",
"@types/mz": "^2.7.0",
"@types/node": "^13.13.52",
"chai": "^4.3.4",
"eslint": "^6.8.0",
"eslint-plugin-dollar-sign": "^1.0.2",
"eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-prettier": "^3.1.3",
"expect": "^26.0.1",
"fft.js": "^4.0.4",
"jshint": "^2.13.0",
"jslint": "^0.12.1",
"mocha": "^7.2.0",
"mz": "^2.4.0",
"prettier": "^2.0.5",
"tone": "^14.7.77",
"ts-node": "^8.10.2",
"typescript": "^3.9.10",
"typings": "^2.1.1",
"wav": "^1.0.0",
"wav-decoder": "^1.1.0",
"webworkify": "^1.5.0"
}
}