{
  "name": "vexflow",
  "version": "1.2.54",
  "description": "A JavaScript library for rendering music notation and guitar tablature",
  "main": "releases/vexflow-debug.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/0xfe/vexflow.git"
  },
  "author": {
    "name": "Mohit Muthanna Cheppudira",
    "email": "mohit@muthanna.com",
    "url": "http://muthanna.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/0xfe/vexflow/issues"
  },
  "devDependencies": {
    "babel-preset-es2015-rollup": "^1.1.1",
    "browserify": "^6.3.2",
    "docco": "^0.6.3",
    "eslint": "^2.13.1",
    "eslint-config-airbnb-base": "^3.0.1",
    "eslint-plugin-import": "^1.9.2",
    "glob": "^4.2.1",
    "grunt": "^0.4.5",
    "grunt-bump": "0.0.16",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-concat": "^0.5.0",
    "grunt-contrib-copy": "^0.7.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-qunit": "^1.2.0",
    "grunt-contrib-uglify": "^0.6.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-docco": "^0.3.3",
    "grunt-eslint": "^18.1.0",
    "grunt-git": "^0.3.2",
    "grunt-release": "^0.7.0",
    "grunt-rollup": "^0.7.1",
    "jquery": "^2.1.1",
    "jscs": "^2.3.3",
    "jshint": "^2.9.2",
    "qunit": "^0.7.5",
    "raphael": "^2.1.0",
    "rollup-plugin-babel": "^2.5.1",
    "slimerjs": "^0.9.6"
  },
  "scripts": {
    "start": "grunt stage",
    "lint": "grunt jshint",
    "qunit": "grunt test",
    "generate:current": "slimerjs ./tools/generate_svg_images.js ../build ./build/images/current",
    "generate:blessed": "slimerjs ./tools/generate_svg_images.js ../releases ./build/images/blessed",
    "generate": "npm run generate:current && npm run generate:blessed",
    "diff": "./tools/visual_regression.sh",
    "test": "npm run lint && npm run qunit && npm run generate && npm run diff"
  },
  "homepage": "http://vexflow.com",
  "keywords": [
    "music",
    "notation",
    "guitar",
    "tablature"
  ]
}
