1234567891011121314151617181920212223242526272829 |
- {
- "name": "social-share.js",
- "description": "create social share buttons on your site.",
- "main": "src/js/jquery.share.js",
- "authors": [
- "overtrue"
- ],
- "license": "MIT",
- "keywords": [
- "sns",
- "share",
- "weibo",
- "qq",
- "douban",
- "qzone",
- "linkedin",
- "facebook",
- "google"
- ],
- "homepage": "https://github.com/overtrue/share.js",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests",
- "demo"
- ]
- }
|