{ "name": "opensheetmusicdisplay", "version": "0.0.1-alpha.1", "description": "An open source JavaScript engine for displaying MusicXML based on VexFlow.", "main": "dist/src/OSMD/OSMD.js", "typings": "dist/src/OSMD/OSMD", "scripts": { "test": "grunt npmtest", "postinstall": "typings install", "prepublish": "tsc" }, "repository": { "type": "git", "url": "https://github.com/opensheetmusicdisplay/opensheetmusicdisplay" }, "keywords": [ "sheet", "music", "vexflow", "musicxml" ], "author": "PhonicScore", "license": "MIT", "bugs": { "url": "https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/issues" }, "homepage": "http://opensheetmusicdisplay.org", "dependencies": { "es6-promise": "^3.2.1", "jszip": "^3.0.0", "typescript-collections": "^1.1.2", "vexflow": "^1.2.53" }, "devDependencies": { "browserify": "^13.0.1", "chai": "^3.5.0", "grunt": "^1.0.1", "grunt-browserify": "^5.0.0", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-uglify": "^1.0.1", "grunt-contrib-watch": "^1.0.0", "grunt-karma": "^2.0.0", "grunt-tslint": "^3.1.1", "grunt-typings": "^0.1.5", "karma": "^1.1.1", "karma-base64-to-js-preprocessor": "0.0.1", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^1.0.1", "karma-firefox-launcher": "^1.0.0", "karma-mocha": "^1.1.1", "karma-mocha-reporter": "^2.0.4", "karma-phantomjs-launcher": "^1.0.1", "karma-xml2js-preprocessor": "^0.0.3", "mocha": "^2.5.3", "phantomjs-prebuilt": "^2.1.7", "tsify": "^1.0.0", "tslint": "3.8.0", "typescript": "^1.8.10", "typings": "^1.3.1" } }