.bower.json 705 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "morris.js",
  3. "version": "0.5.1",
  4. "main": [
  5. "./morris.js",
  6. "./morris.css"
  7. ],
  8. "dependencies": {
  9. "jquery": ">= 2.1.0",
  10. "raphael": ">= 2.0",
  11. "mocha": "~1.17.1"
  12. },
  13. "devDependencies": {
  14. "mocha": "~1.17.1",
  15. "chai": "~1.9.0",
  16. "chai-jquery": "~1.2.1",
  17. "sinon": "http://sinonjs.org/releases/sinon-1.8.1.js",
  18. "sinon-chai": "~2.5.0"
  19. },
  20. "homepage": "https://github.com/oesmith/morris.js",
  21. "_release": "0.5.1",
  22. "_resolution": {
  23. "type": "version",
  24. "tag": "0.5.1",
  25. "commit": "d5cf1410eda7055eaf2c7d218d4cb24ec5ed55c8"
  26. },
  27. "_source": "https://github.com/oesmith/morris.js.git",
  28. "_target": "^0.5.1",
  29. "_originalSource": "morris.js"
  30. }