.bower.json 721 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "marked",
  3. "homepage": "https://github.com/markedjs/marked",
  4. "authors": [
  5. "Christopher Jeffrey <chjjeffrey@gmail.com>"
  6. ],
  7. "description": "A markdown parser built for speed",
  8. "keywords": [
  9. "markdown",
  10. "markup",
  11. "html"
  12. ],
  13. "main": "lib/marked.cjs",
  14. "license": "MIT",
  15. "ignore": [
  16. "**/.*",
  17. "node_modules",
  18. "bower_components",
  19. "app/bower_components",
  20. "test",
  21. "tests"
  22. ],
  23. "_release": "b01ae92d1a",
  24. "_resolution": {
  25. "type": "branch",
  26. "branch": "master",
  27. "commit": "b01ae92d1a57cfda9f8dc82c11b152db3a77cc8d"
  28. },
  29. "_source": "https://github.com/chjj/marked.git",
  30. "_target": "master",
  31. "_originalSource": "git://github.com/chjj/marked.git"
  32. }