forked from heiseonline/shariff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 676 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 676 Bytes
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
{
"name": "shariff",
"homepage": "http://ct.de/-2467514",
"authors": [
"Ines Pauer <ipa@heise.de>",
"Philipp Busse <pmb@heise.de>",
"Sebastian Hilbig <seh@heise.de>",
"Erich Kramer <km@heise.de>",
"Deniz Sesli <dzs@heise.de>"
],
"main": [
"src/js/shariff.css",
"src/style/shariff.less"
],
"description": "Shariff enables website users to share their favorite content without compromising their privacy.",
"keywords": [
"heise",
"social buttons",
"shariff"
],
"license": "MIT",
"ignore": [
"/.*",
"/*.js",
"/*.png",
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}