bower.json 451 B

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