UNPKG

bjorklund-js

Version:

A Javascript Universal Module implementation of the Bjorklund algorithm

37 lines (36 loc) 930 B
{ "name": "bjorklund-js", "version": "0.1.2", "description": "A Javascript Universal Module implementation of the Bjorklund algorithm", "main": "bjorklund.min.js", "directories": { "test": "test" }, "scripts": { "build": "gulp build", "test": "mocha --reporter spec test" }, "author": "Adriano Di Giovanni <me@adrianodigiovanni.com> (http://adrianodigiovanni.com/)", "license": "MIT", "devDependencies": { "chai": "*", "gulp": "~3.9.1", "gulp-rename": "~1.2.2", "gulp-sourcemaps": "~1.6.0", "gulp-uglify": "~1.5.3", "mocha": "*" }, "repository": { "type": "git", "url": "https://github.com/adriano-di-giovanni/bjorklund-js.git" }, "keywords": [ "euclidean", "rhythm", "bjorklund" ], "bugs": { "url": "https://github.com/adriano-di-giovanni/bjorklund-js/issues" }, "homepage": "https://github.com/adriano-di-giovanni/bjorklund-js" }