package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. "chai": "",
  34. "mocha": "",
  35. "typescript": "",
  36. "phantomjs-prebuilt": "",
  37. "grunt": "",
  38. "grunt-browserify": "",
  39. "grunt-contrib-clean": "",
  40. "grunt-contrib-watch": "",
  41. "grunt-tslint": "",
  42. "grunt-contrib-uglify": "",
  43. "grunt-karma": "",
  44. "grunt-typings": "",
  45. "karma": "",
  46. "karma-chai": "",
  47. "karma-chrome-launcher": "",
  48. "karma-firefox-launcher": "",
  49. "karma-mocha": "",
  50. "karma-mocha-reporter": "",
  51. "karma-phantomjs-launcher": "",
  52. "vexflow": ""
  53. }
  54. }