package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "opensheetmusicdisplay",
  3. "version": "0.0.0",
  4. "description": "Open Sheet Music Display library",
  5. "main": "",
  6. "scripts": {
  7. "start": "grunt typings",
  8. "test": "grunt test"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/opensheetmusicdisplay/opensheetmusicdisplay"
  13. },
  14. "keywords": [
  15. "sheet",
  16. "music",
  17. "vexflow",
  18. "musicxml"
  19. ],
  20. "author": "PhonicScore",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/issues"
  24. },
  25. "homepage": "http://opensheetmusicdisplay.org",
  26. "dependencies": {
  27. "fft": "0.2.1",
  28. "vexflow": "",
  29. "chai": "",
  30. "mocha": "",
  31. "tsify": "",
  32. "tslint": "3.8.0",
  33. "typescript": "",
  34. "browserify": "",
  35. "phantomjs-prebuilt": "",
  36. "grunt": "",
  37. "grunt-karma": "",
  38. "grunt-docco": "",
  39. "grunt-tslint": "",
  40. "grunt-typings": "",
  41. "grunt-browserify": "",
  42. "grunt-contrib-clean": "",
  43. "grunt-contrib-watch": "",
  44. "grunt-contrib-uglify": "",
  45. "grunt-contrib-jshint": "",
  46. "karma": "",
  47. "karma-chai": "",
  48. "karma-mocha": "",
  49. "karma-mocha-reporter": "",
  50. "karma-chrome-launcher": "",
  51. "karma-firefox-launcher": "",
  52. "karma-phantomjs-launcher": ""
  53. }
  54. }