{
  "name": "postis",
  "version": "2.2.0",
  "description": "Lightweight wrapper around the PostMessage API",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Adtile Technologies Inc. <webmaster@adtile.me>",
  "contributors": [
    {
      "name": "Joao Carlos",
      "email": "joao@adtile.me"
    },
    {
      "name": "Jaakko Suutarla",
      "email": "jaakko@adtile.me"
    }
  ],
  "keywords": [
    "postmessage",
    "iframe"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/adtile/postis"
  },
  "bugs": {
    "url": "https://github.com/adtile/postis/issues"
  },
  "license": "MIT",
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-util": "^3.0.6",
    "webpack": "^1.12.2"
  }
}
