{
  "name": "postscribe-umd",
  "description": "Asynchronously write javascript, even with document.write.",
  "version": "2.0.4-deprecated",
  "keywords": [
    "document.write",
    "tag writer",
    "asynchronous",
    "javascript",
    "after load"
  ],
  "author": {
    "name": "Derek Brans",
    "email": "dbrans@gmail.com",
    "web": "http://github.com/dbrans"
  },
  "contributors": [
    {
      "name": "Derek Brans",
      "email": "dbrans@gmail.com",
      "web": "http://github.com/dbrans"
    },
    {
      "name": "Nick Sullivan",
      "email": "nick@sullivanflock.com",
      "web": "http://creationeer.me"
    },
    {
      "name": "Joshua Newman",
      "email": "joshua.newman@krux.com"
    },
    {
      "name": "Ambroos Vaes",
      "email": "ambroosv@gmail.com",
      "web": "https://github.com/Ambroos"
    }
  ],
  "maintainers": [
    {
      "name": "Ambroos Vaes",
      "email": "ambroosv@gmail.com"
    }
  ],
  "bugs": "https://github.com/ambroos/postscribe/issues",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:ambroos/postscribe.git"
  },
  "dependencies": {
    "object-assign": "^4.0.1"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-qunit": "^0.7.0",
    "grunt-contrib-watch": "^0.6.0",
    "grunt-eslint": "^17.3.1",
    "grunt-webpack": "^1.0.11",
    "jquery": "^1.11.1",
    "lodash": "^3.10.0",
    "phantomjs": "^1.9.20",
    "qunit": "^0.7.7",
    "testem": "^0.9.8",
    "webpack": "^1.12.2",
    "webpack-dev-server": "^1.12.1"
  },
  "homepage": "https://krux.github.io/postscribe",
  "engines": {
    "node": ">=0.10"
  },
  "main": "dist/postscribe.js",
  "browser": "dist/postscribe-commonjs.js",
  "scripts": {
    "lint": "grunt lint",
    "tdd": "grunt watch",
    "test": "grunt",
    "build": "grunt build"
  }
}
