Subversion-Projekte lars-tiefland.ci

Revision

Revision 47 | Details | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
41 lars 1
{
2
  "name": "shariff",
3
  "version": "1.21.0",
4
  "description": "Shariff enables website users to share their favorite content without compromising their privacy.",
5
  "main": "src/js/shariff.js",
6
  "scripts": {
7
    "test": "grunt test",
8
    "build": "grunt build"
9
  },
10
  "repository": {
11
    "type": "git",
12
    "url": "https://github.com/heiseonline/shariff"
13
  },
14
  "author": {
15
    "name": "Ines Pauer",
16
    "email": "ipa@heise.de"
17
  },
18
  "contributors": [
19
    {
20
      "name": "Philipp Busse",
21
      "email": "pmb@heise.de"
22
    },
23
    {
24
      "name": "Sebastian Hilbig",
25
      "email": "seh@heise.de"
26
    },
27
    {
28
      "name": "Erich Kramer",
29
      "email": "km@heise.de"
30
    },
31
    {
32
      "name": "Deniz Sesli",
33
      "email": "dzs@heise.de"
34
    }
35
  ],
36
  "browserify-shim": {
37
    "jquery": "global:jQuery"
38
  },
39
  "dependencies": {
40
    "font-awesome": "^4.3.0",
41
    "jquery": "^1.11.2"
42
  },
43
  "publishConfig": {
44
    "registry": "http://registry.npmjs.org"
45
  },
46
  "homepage": "https://github.com/heiseonline/shariff",
47
  "devDependencies": {
48
    "browserify-shim": "^3.8.3",
49
    "grunt": "^0.4.5",
50
    "grunt-browserify": "^3.7.0",
51
    "grunt-connect-proxy": "^0.2.0",
52
    "grunt-contrib-connect": "^0.9.0",
53
    "grunt-contrib-copy": "^0.7.0",
54
    "grunt-contrib-jshint": "^0.11.1",
55
    "grunt-contrib-less": "^1.0.1",
56
    "grunt-hapi": "^0.8.1",
57
    "grunt-http-server": "^1.1.0",
58
    "http-server": "^0.7.4",
59
    "less-plugin-autoprefix": "^1.4.1",
60
    "less-plugin-clean-css": "^1.5.0",
61
    "shariff-backend-node": "^1.0.7",
62
    "uglifyify": "^3.0.1"
63
  },
64
  "keywords": [
65
    "heise",
66
    "social buttons",
67
    "shariff"
68
  ],
69
  "license": "MIT"
70
}