forked from heiseonline/shariff
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
70 lines (70 loc) · 1.61 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "shariff",
"version": "1.18.0",
"description": "Shariff enables website users to share their favorite content without compromising their privacy.",
"main": "src/js/shariff.js",
"scripts": {
"test": "grunt test",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "https://github.com/heiseonline/shariff"
},
"author": {
"name": "Ines Pauer",
"email": "[email protected]"
},
"contributors": [
{
"name": "Philipp Busse",
"email": "[email protected]"
},
{
"name": "Sebastian Hilbig",
"email": "[email protected]"
},
{
"name": "Erich Kramer",
"email": "[email protected]"
},
{
"name": "Deniz Sesli",
"email": "[email protected]"
}
],
"browserify-shim": {
"jquery": "global:jQuery"
},
"dependencies": {
"font-awesome": "^4.3.0",
"jquery": "^1.11.2"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"homepage": "https://github.com/heiseonline/shariff",
"devDependencies": {
"browserify-shim": "^3.8.3",
"grunt": "^0.4.5",
"grunt-browserify": "^3.7.0",
"grunt-connect-proxy": "^0.2.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-less": "^1.0.1",
"grunt-hapi": "^0.8.1",
"grunt-http-server": "^1.1.0",
"http-server": "^0.7.4",
"less-plugin-autoprefix": "^1.4.1",
"less-plugin-clean-css": "^1.5.0",
"shariff-backend-node": "^1.0.7",
"uglifyify": "^3.0.1"
},
"keywords": [
"heise",
"social buttons",
"shariff"
],
"license": "MIT"
}