-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
29 lines (29 loc) · 924 Bytes
/
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
28
29
{
"name": "AyoShare.js",
"version": "1.0.0",
"description": "Awesome Social Media Share Button With Share Count",
"main": "index.js",
"scripts": {
"test": "echo \"Pengujian dimulai... \n\" && jshint src/js/*.js && echo \" ✓ jshint src/js/*.js passed\n\" && jshint test/*.js && echo \" ✓ jshint test/*.js passed\n\" && mocha --timeout 20000 test/index.js && echo \" ✓ mocha --timeout 20000 test/index.js passed\n\""
},
"repository": "bachors/jQuery-Awesome-Sosmed-Share-Button",
"author": "Ican Bachors",
"license": "MIT",
"bugs": {
"url": "https://github.com/bachors/jQuery-Awesome-Sosmed-Share-Button/issues"
},
"homepage": "https://github.com/bachors/jQuery-Awesome-Sosmed-Share-Button",
"dependencies": {
"jquery": "^2.1.3",
"fontawesome": "^4.7.0"
},
"keywords": [
"shared",
"button",
"socialmedia",
"counter",
"like",
"og",
"plugin"
]
}