123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "opensheetmusicdisplay",
- "version": "0.0.0",
- "description": "Open Sheet Music Display library",
- "main": "",
- "scripts": {
- "start": "grunt typings",
- "test": "grunt test"
- },
- "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": {
- "fft": "0.2.1",
- "vexflow": "",
- "chai": "",
- "mocha": "",
- "tsify": "",
- "tslint": "3.8.0",
- "typescript": "",
- "browserify": "",
- "phantomjs-prebuilt": "",
- "grunt": "",
- "grunt-karma": "",
- "grunt-docco": "",
- "grunt-tslint": "",
- "grunt-typings": "",
- "grunt-browserify": "",
- "grunt-contrib-clean": "",
- "grunt-contrib-watch": "",
- "grunt-contrib-uglify": "",
- "grunt-contrib-jshint": "",
- "karma": "",
- "karma-chai": "",
- "karma-mocha": "",
- "karma-mocha-reporter": "",
- "karma-chrome-launcher": "",
- "karma-firefox-launcher": "",
- "karma-phantomjs-launcher": ""
- }
- }
|