adamrenklint/dilla-expressions

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "dilla-expressions",
  "version": "2.1.3",
  "description": "expand expressions for repeating notes into flat positions",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/adamrenklint/dilla-expressions.git"
  },
  "keywords": [
    "dilla",
    "repeat",
    "expression",
    "note",
    "audio"
  ],
  "author": "Adam Renklint <adam@renklint.com> (adamrenklint.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/adamrenklint/dilla-expressions/issues"
  },
  "homepage": "https://github.com/adamrenklint/dilla-expressions",
  "devDependencies": {
    "chai": "2.1.1",
    "codeclimate-test-reporter": "0.0.4",
    "istanbul": "0.3.8",
    "jshint": "2.6.3",
    "mocha": "2.2.1",
    "mocha-multi": "0.7.1",
    "mocha-osx-reporter": "0.1.2",
    "sinon": "1.14.1",
    "sinon-chai": "2.7.0"
  },
  "dependencies": {
    "meemo": "1.1.2"
  }
}