-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
27 lines (27 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "hshare",
"version": "1.0.0",
"description": "This is a social sharing plugin that allows web developers to include social sharing buttons/links with just some basic configuration. Existing platforms such as bshare/baidushare/jiathis uses **HTTP** protocol to fetch resources which makes it very hard to deploy such services on **HTTPS** pages due to security restriction. This is what triggers this project. Currently it still supports limited number of platform, but I believe that it will be better through time : )",
"main": "hshare.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HeavenDuke/hshare.git"
},
"keywords": [
"hshare",
"social",
"sharing"
],
"author": "HeavenDuke AsherWang",
"license": "MIT",
"bugs": {
"url": "https://github.com/HeavenDuke/hshare/issues"
},
"homepage": "https://github.com/HeavenDuke/hshare#readme",
"dependencies": {
"jquery": "~2.2.0"
}
}