bower.json 414 B

123456789101112131415161718192021
  1. {
  2. "name": "duoshuo-ua",
  3. "version": "1.0.0",
  4. "authors": [
  5. "Gerald <gera2ld@163.com>"
  6. ],
  7. "description": "Plugin of duoshuo to show operating systems and browsers for duoshuo comments.",
  8. "main": "dist/duoshuo-ua-with-css.min.js",
  9. "keywords": [
  10. "duoshuo",
  11. "useragent"
  12. ],
  13. "license": "MIT",
  14. "ignore": [
  15. "**/.*",
  16. "node_modules",
  17. "bower_components",
  18. "test",
  19. "src"
  20. ]
  21. }