Subversion-Projekte lars-tiefland.cienc

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

{
  "name": "shariff",
  "version": "1.21.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": "ipa@heise.de"
  },
  "contributors": [
    {
      "name": "Philipp Busse",
      "email": "pmb@heise.de"
    },
    {
      "name": "Sebastian Hilbig",
      "email": "seh@heise.de"
    },
    {
      "name": "Erich Kramer",
      "email": "km@heise.de"
    },
    {
      "name": "Deniz Sesli",
      "email": "dzs@heise.de"
    }
  ],
  "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"
}