{
  "name": "gardr-ext",
  "version": "1.0.0",
  "description": "The js part of Gardr which embeds external content inside the iframe",
  "main": "./lib/index.js",
  "scripts": {
    "lint": "node make lint",
    "test": "node make test",
    "test-ci": "node make ci",
    "watch": "node make watch"
  },
  "keywords": [
    "gardr",
    "iframe",
    "ads",
    "third-party"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:gardr/ext.git"
  },
  "author": "FINN.no AS",
  "contributors": [
    "Gregers Rygg <gregers@finn.no>",
    "Michael Gunnulfsen <michael.gunnulfsen@finn.no>",
    "Sveinung Rosaker <sveinung.rosaker@finn.no>"
  ],
  "license": "MIT",
  "devDependencies": {
    "browserify": "9.0.8",
    "chai": "1.9.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-chrome-launcher": "0.1.4",
    "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",
    "normalize.css": "3.0.3",
    "phantomjs": "^1.9.17",
    "proxyquire": "1.4.0",
    "proxyquireify": "2.0.0",
    "shelljs": "0.3.0",
    "sinon": "1.12.2"
  },
  "dependencies": {
    "util-extend": "^1.0.1",
    "eventlistener": "^0.0.1",
    "cross-domain-events": "^0.0.4",
    "computed-style": "^0.3.0",
    "gardr-core-plugin": "^0.1.0",
    "define-options": "^0.1.3"
  }
}
