package.json 773 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "opensheetmusicdisplay",
  3. "version": "0.0.0",
  4. "description": "Open Sheet Music Display library",
  5. "main": "build.js",
  6. "directories": {
  7. "doc": "docs",
  8. "test": "tests"
  9. },
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/opensheetmusicdisplay/opensheetmusicdisplay"
  16. },
  17. "keywords": [
  18. "sheets",
  19. "music",
  20. "vexflow",
  21. "musicxml"
  22. ],
  23. "author": "PhonicScore",
  24. "license": "MIT",
  25. "bugs": {
  26. "url": "https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/issues"
  27. },
  28. "homepage": "http://opensheetmusicdisplay.org",
  29. "dependencies": {
  30. "browserify": "^8.1.1",
  31. "minimist": "^1.1.0",
  32. "vexflow": "^1.2.27"
  33. }
  34. }