bower.json 466 B

123456789101112131415161718192021222324
  1. {
  2. "name": "safe-simplemde",
  3. "version": "0.1.0",
  4. "homepage": "https://github.com/wrnice/safe-simplemde",
  5. "authors": [
  6. "Wrnice <https://github.com/wrnice/>"
  7. ],
  8. "description": "A simple markdown editor for the Safe browser.",
  9. "main": ["src/js/simplemde.js", "src/css/simplemde.css"],
  10. "keywords": [
  11. "embeddable",
  12. "markdown",
  13. "editor",
  14. "javascript",
  15. "wysiwyg"
  16. ],
  17. "license": "MIT",
  18. "ignore": [
  19. "**/.*",
  20. "node_modules",
  21. "bower_components"
  22. ]
  23. }