package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "opensheetmusicdisplay",
  3. "version": "0.0.0",
  4. "description": "Open Sheet Music Display library",
  5. "main": "build/osmd.min.js",
  6. "scripts": {
  7. "start": "echo",
  8. "test": "$(npm bin)/grunt npmtest",
  9. "prepublish": "$(npm bin)/grunt publish"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/opensheetmusicdisplay/opensheetmusicdisplay"
  14. },
  15. "keywords": [
  16. "sheet",
  17. "music",
  18. "vexflow",
  19. "musicxml"
  20. ],
  21. "author": "PhonicScore",
  22. "license": "MIT",
  23. "bugs": {
  24. "url": "https://github.com/opensheetmusicdisplay/opensheetmusicdisplay/issues"
  25. },
  26. "homepage": "http://opensheetmusicdisplay.org",
  27. "dependencies": {
  28. "es6-promise": "",
  29. "jszip": "",
  30. "vexflow": ""
  31. },
  32. "devDependencies": {
  33. "browserify": "",
  34. "chai": "^3.4.1",
  35. "grunt": "^1.0.1",
  36. "grunt-browserify": "",
  37. "grunt-contrib-clean": "",
  38. "grunt-contrib-jshint": "",
  39. "grunt-contrib-uglify": "",
  40. "grunt-contrib-watch": "",
  41. "grunt-karma": "",
  42. "grunt-tslint": "",
  43. "grunt-typings": "",
  44. "karma": "",
  45. "karma-base64-to-js-preprocessor": "",
  46. "karma-chai": "",
  47. "karma-chrome-launcher": "",
  48. "karma-firefox-launcher": "",
  49. "karma-mocha": "",
  50. "karma-mocha-reporter": "",
  51. "karma-phantomjs-launcher": "",
  52. "karma-xml2js-preprocessor": "",
  53. "mocha": "^2.5.2",
  54. "phantomjs-prebuilt": "",
  55. "tsify": "",
  56. "tslint": "3.8.0",
  57. "typescript": "",
  58. "typescript-collections": ""
  59. }
  60. }