bower.json 408 B

1234567891011121314151617181920212223
  1. {
  2. "name": "markdown-it-imsize",
  3. "version": "2.0.0",
  4. "authors": [
  5. "tatsy <tatsy.mail@gmail.com>"
  6. ],
  7. "description": "Markdown-it plugin to specify image size",
  8. "main": "index.js",
  9. "kewords": [
  10. "markdown-it",
  11. "markdown-it-plugin"
  12. ],
  13. "license": "MIT",
  14. "ignore": [
  15. "**/.*",
  16. "node_modules",
  17. "bower_components",
  18. "test",
  19. "helpers",
  20. "Makefile",
  21. "lib"
  22. ]
  23. }