forked from heiseonline/shariff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 760 Bytes
/
bower.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
30
31
32
33
34
35
36
37
{
"name": "shariff",
"version": "1.24.0",
"homepage": "http://ct.de/-2467514",
"authors": [
"Ines Pauer <[email protected]>",
"Philipp Busse <[email protected]>",
"Sebastian Hilbig <[email protected]>",
"Erich Kramer <[email protected]>",
"Deniz Sesli <[email protected]>"
],
"main": [
"build/shariff.min.css",
"build/shariff.min.js"
],
"description": "Shariff enables website users to share their favorite content without compromising their privacy.",
"keywords": [
"heise",
"social buttons",
"shariff"
],
"license": "MIT",
"ignore": [
"/.*",
"/*.js",
"/*.png",
"src/",
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.1"
}
}