adamrenklint/dilla

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "dilla",
  "version": "1.8.4",
  "description": "Schedule looped playback of Web Audio notes at 96 ticks per beat",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/adamrenklint/dilla.git"
  },
  "keywords": [
    "web",
    "audio",
    "ditty",
    "bopper",
    "midi",
    "music",
    "beat",
    "metronome",
    "clock"
  ],
  "author": "Adam Renklint <adam@renklint.com> (http://adamrenklint.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/adamrenklint/dilla/issues"
  },
  "homepage": "https://github.com/adamrenklint/dilla",
  "dependencies": {
    "dilla-expressions": "2.1.3",
    "geval": "2.1.1",
    "meemo": "1.1.2"
  },
  "devDependencies": {
    "beefy": "2.1.3",
    "browserify": "10.0.0",
    "chai": "2.1.2",
    "codeclimate-test-reporter": "0.0.4",
    "istanbul": "0.3.8",
    "jshint": "2.6.3",
    "mocha": "2.2.1"
  }
}