package.json 505 B

123456789101112131415161718192021
  1. {
  2. "name": "bootstrap-markdown",
  3. "filename": "js/bootstrap-markdown.js",
  4. "version": "2.7.0",
  5. "description": "A bootstrap plugin for markdown editing",
  6. "homepage": "https://github.com/toopay/bootstrap-markdown",
  7. "keywords": [
  8. "twitter",
  9. "bootstrap",
  10. "markdown",
  11. "editor"
  12. ],
  13. "maintainers": [{
  14. "name": "Taufan Aditya",
  15. "web": "https://github.com/toopay"
  16. }],
  17. "repositories": [{
  18. "type": "git",
  19. "url": "https://github.com/toopay/bootstrap-markdown.git"
  20. }]
  21. }