package.json 933 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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": "test"
  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": "",
  31. "tsify": "",
  32. "tslint": "",
  33. "grunt": "",
  34. "grunt-browserify": "",
  35. "grunt-contrib-clean": "",
  36. "grunt-contrib-watch": "",
  37. "grunt-tslint": "",
  38. "grunt-contrib-uglify": "",
  39. "vexflow": ""
  40. }
  41. }