{
  "name": "osmd-angular",
  "version": "1.0.3",
  "description": "An Angular component to render sheet music using opensheetmusicdisplay",
  "peerDependencies": {
    "@angular/common": "^7.2.0",
    "@angular/core": "^7.2.0"
  },
  "dependencies": {
    "guid-typescript": "^1.0.9",
    "opensheetmusicdisplay": "^0.7.0",
    "tslib": "^1.9.0"
  },
  "keywords": [
    "music",
    "musicxml",
    "opensheetmusicdisplay",
    "osmd",
    "score",
    "sheet"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/tomasjmonteiro/angular-utils.git",
    "directory": "projects/osmd-angular"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/tomasjmonteiro/angular-utils/issues"
  },
  "author": {
    "name": "Tomas Monteiro"
  },
  "contributors": [],
  "main": "bundles/osmd-angular.umd.js",
  "module": "fesm5/osmd-angular.js",
  "es2015": "fesm2015/osmd-angular.js",
  "esm5": "esm5/osmd-angular.js",
  "esm2015": "esm2015/osmd-angular.js",
  "fesm5": "fesm5/osmd-angular.js",
  "fesm2015": "fesm2015/osmd-angular.js",
  "typings": "osmd-angular.d.ts",
  "metadata": "osmd-angular.metadata.json",
  "sideEffects": false
}
