{
  "name": "fretboard-js",
  "version": "1.1.0",
  "description": "A javascript library for exploring the combinatorics of fretted instruments",
  "main": "src/index.js",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "lilynode": "^0.4.1",
    "roman-numeral-convert": "^1.3.1",
    "roman-numerals": "^0.3.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/joelyjoel/fretboard-js"
  }
}
