UNPKG

teoria

Version:
42 lines (41 loc) 997 B
{ "name": "teoria", "version": "2.5.0", "description": "Music theory for JavaScript", "homepage": "http://saebekassebil.github.com/teoria", "keywords": [ "music", "theory", "jazz", "classical", "chord" ], "main": "./index.js", "author": { "name": "Jakob Miland <saebekassebil>", "email": "saebekassebil@gmail.com", "url": "https://github.com/saebekassebil" }, "repository": { "type": "git", "url": "https://github.com/saebekassebil/teoria" }, "license": "MIT", "scripts": { "test": "vows --dot-matric test/*", "lint": "jshint index.js lib/", "bundle": "browserify index.js --standalone teoria > teoria.js", "build": "npm run lint && npm test && npm run bundle" }, "devDependencies": { "jshint": ">=0.9.0", "vows": ">= 0.6.0" }, "dependencies": { "daccord": "^1.0.1", "helmholtz": "^2.0.1", "interval-coords": "^1.1.1", "pitch-fq": "^1.0.0", "scientific-notation": "^1.0.2" } }