bjorklund-js
Version:
A Javascript Universal Module implementation of the Bjorklund algorithm
22 lines (21 loc) • 459 B
JSON
{
"name": "bjorklund-js",
"version": "0.1.2",
"homepage": "https://github.com/adriano-di-giovanni/bjorklund-js",
"authors": [
"Adriano Di Giovanni <me@adrianodigiovanni.com>"
],
"description": "A Javascript Universal Module implementation of the Bjorklund algorithm",
"main": "bjorklund.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"euclidean",
"rhythm",
"bjorklund"
],
"license": "MIT"
}