Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bower.json 491B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "social-share.js",
  3. "description": "create social share buttons on your site.",
  4. "main": "src/js/jquery.share.js",
  5. "authors": [
  6. "overtrue"
  7. ],
  8. "license": "MIT",
  9. "keywords": [
  10. "sns",
  11. "share",
  12. "weibo",
  13. "qq",
  14. "douban",
  15. "qzone",
  16. "linkedin",
  17. "facebook",
  18. "google"
  19. ],
  20. "homepage": "https://github.com/overtrue/share.js",
  21. "ignore": [
  22. "**/.*",
  23. "node_modules",
  24. "bower_components",
  25. "test",
  26. "tests",
  27. "demo"
  28. ]
  29. }