tap-tempo
Version:
Estimates BPM from tap events
24 lines (23 loc) • 447 B
JSON
{
"name": "tap-tempo",
"version": "0.1.1",
"description": "Estimates BPM from tap events",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mmckegg/tap-tempo.git"
},
"keywords": [
"midi",
"bpm",
"tap",
"tempo",
"web audio"
],
"author": "Matt McKegg",
"license": "MIT",
"dependencies": {}
}