{
  "name": "after-load",
  "version": "1.0.4",
  "description": "Extract content of remote webpage after loading such as browser",
  "main": "index.js",
  "scripts": {
    "test": "require('after-load')('https://google.com')"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/abdennour/node-afterload.git"
  },
  "keywords": [
    "after-loading",
    "browser",
    "phantom",
    "webpage",
    "reverse-engineering"
  ],
  "author": "Abdennour TOUMI <http://abdennoor.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/abdennour/node-afterload/issues"
  },
  "homepage": "https://github.com/abdennour/node-afterload#readme",
  "dependencies": {
    "cheerio": "^0.20.0"
  }
}
