UNPKG

vexflow

Version:

A JavaScript library for rendering music notation and guitar tablature

74 lines (73 loc) 2.15 kB
{ "name": "vexflow", "version": "1.2.89", "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/core": "^7.3.3", "@babel/plugin-transform-object-assign": "^7.2.0", "@babel/preset-env": "^7.3.1", "babel-loader": "^8.0.4", "browserify": "^16.2.3", "canvas": "^2.4.0", "docco": "^0.8.0", "eslint": "^5.14.1", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.14.0", "glob": "^7.1.3", "grunt": "^1.0.3", "grunt-bump": "^0.8.0", "grunt-cli": "^1.3.2", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-qunit": "^3.1.0", "grunt-contrib-uglify": "^4.0.0", "grunt-contrib-watch": "^1.1.0", "grunt-docco": "^0.5.0", "grunt-eslint": "^21.0.0", "grunt-git": "^1.0.10", "grunt-release": "^0.14.0", "grunt-webpack": "^3.1.3", "jquery": "^3.3.1", "jscs": "^3.0.7", "jsdom": "^14.0.0", "qunit": "^2.8.0", "raphael": "^2.2.7", "webpack": "^4.28.3", "webpack-dev-server": "^3.1.14" }, "scripts": { "start": "grunt stage", "lint": "grunt eslint", "qunit": "grunt test", "generate:current": "node ./tools/generate_png_images.js ../build ./build/images/current", "generate:blessed": "node ./tools/generate_png_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" ], "dependencies": { "npm": "^6.5.0" } }