package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "opensheetmusicdisplay",
  3. "version": "0.0.0",
  4. "description": "Open Sheet Music Display library",
  5. "main": "",
  6. "scripts": {
  7. "start": "grunt start",
  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. "browserify": "",
  28. "chai": "^3.4.1",
  29. "es6-promise": "",
  30. "grunt": "",
  31. "grunt-browserify": "",
  32. "grunt-contrib-clean": "",
  33. "grunt-contrib-jshint": "",
  34. "grunt-contrib-uglify": "",
  35. "grunt-contrib-watch": "",
  36. "grunt-docco": "",
  37. "grunt-karma": "",
  38. "grunt-tslint": "",
  39. "grunt-typings": "0.1.4",
  40. "jszip": "",
  41. "karma": "",
  42. "karma-chai": "",
  43. "karma-chrome-launcher": "",
  44. "karma-firefox-launcher": "",
  45. "karma-mocha": "",
  46. "karma-mocha-reporter": "",
  47. "karma-phantomjs-launcher": "",
  48. "mocha": "^2.5.2",
  49. "phantomjs-prebuilt": "",
  50. "tsify": "",
  51. "tslint": "3.8.0",
  52. "typescript": "",
  53. "typescript-collections": "",
  54. "vexflow": ""
  55. },
  56. "devDependencies": {
  57. "karma-xml2js-preprocessor": "",
  58. "karma-base64-to-js-preprocessor": ""
  59. }
  60. }