{
  "name": "gardr-host",
  "version": "1.0.0",
  "description": "The js part of Gardr which insert and talks with the iframes on the host page",
  "main": "./lib/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "lint": "node make lint",
    "test": "node make test",
    "test-ci": "node make ci",
    "watch": "node make watch"
  },
  "homepage": "https://gardr.org",
  "repository": {
    "type": "git",
    "url": "git@github.com:gardr/host.git"
  },
  "keywords": [
    "gardr",
    "iframe",
    "ads",
    "third-party"
  ],
  "author": "FINN.no AS",
  "contributors": [
    "Gregers Rygg <gregers@finn.no>",
    "Michael Gunnulfsen <michael.gunnulfsen@finn.no>",
    "Sveinung Rosaker <sveinung.rosaker@finn.no>",
    "Rune Maurtvedt <rune.maurtvedt@finn.no>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gardr/host/issues"
  },
  "devDependencies": {
    "browserify": "9.0.8",
    "es5-shim": "^4.1.1",
    "expect.js": "^0.3.1",
    "jshint": "2.5.1",
    "jshint-stylish": "0.2.0",
    "karma": "0.12.31",
    "karma-browserify": "4.1.2",
    "karma-chai": "0.1.0",
    "karma-es5-shim": "0.0.4",
    "karma-mocha": "0.1.10",
    "karma-phantomjs-launcher": "0.2.0",
    "karma-sauce-launcher": "^0.2.10",
    "karma-sinon": "^1.0.4",
    "mocha": "2.2.4",
    "phantomjs": "^1.9.17",
    "shelljs": "0.3.0"
  },
  "dependencies": {
    "cross-domain-events": "^0.0.4",
    "eventlistener": "^0.0.1",
    "gardr-core-plugin": "^0.1.0",
    "query-params": "^0.0.1",
    "util-extend": "^1.0.1"
  }
}
