package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. "start": "grunt typings",
  12. "test": "grunt test"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/opensheetmusicdisplay/opensheetmusicdisplay"
  17. },
  18. "keywords": [
  19. "sheet",
  20. "music",
  21. "vexflow",
  22. "musicxml"
  23. ],
  24. "author": "PhonicScore",
  25. "license": "MIT",
  26. "bugs": {
  27. "url": "https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/issues"
  28. },
  29. "homepage": "http://opensheetmusicdisplay.org",
  30. "dependencies": {
  31. "browserify": "",
  32. "tsify": "",
  33. "tslint": "",
  34. "chai": "",
  35. "mocha": "",
  36. "typescript": "",
  37. "phantomjs-prebuilt": "",
  38. "grunt": "",
  39. "grunt-browserify": "",
  40. "grunt-contrib-clean": "",
  41. "grunt-contrib-watch": "",
  42. "grunt-tslint": "",
  43. "grunt-contrib-uglify": "",
  44. "grunt-karma": "",
  45. "grunt-typings": "",
  46. "karma": "",
  47. "karma-chai": "",
  48. "karma-chrome-launcher": "",
  49. "karma-firefox-launcher": "",
  50. "karma-mocha": "",
  51. "karma-mocha-reporter": "",
  52. "karma-phantomjs-launcher": "",
  53. "vexflow": "",
  54. "fft": "0.2.1"
  55. }
  56. }