Artifact
609bea7869e13d6a0aad949a5dcd8500017a2285496b4a94eb6cb14199c87b7d:
{
"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"
}
}