forked from heiseonline/shariff
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
35 lines (35 loc) · 932 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
{
"name": "shariff-plus",
"homepage": "https://www.richard-fath.de/en/software/shariff-plus.html",
"authors": [
"Richard Fath (shariff-plus) <[email protected]>",
"Ines Pauer (shariff) <[email protected]>",
"Philipp Busse (shariff) <[email protected]>",
"Sebastian Hilbig (shariff) <[email protected]>",
"Erich Kramer (shariff) <[email protected]>",
"Deniz Sesli (shariff) <[email protected]>"
],
"main": [
"src/js/shariff.css",
"src/style/shariff.less"
],
"description": "Shariff-Plus enables website users to share or like their favorite content without compromising their privacy. It is based on Shariff by Heise Medien GmbH & Co. KG.",
"keywords": [
"heise",
"richard67",
"social buttons",
"shariff-plus",
"shariff"
],
"license": "MIT",
"ignore": [
"/.*",
"/*.js",
"/*.png",
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}