{
  "name": "phantom-page-eval",
  "version": "2.0.2",
  "description": "Evaluate a script function on a page with PhantomJS",
  "keywords": [
    "phantom",
    "phantomjs",
    "eval"
  ],
  "homepage": "https://github.com/bjrmatos/phantom-page-eval",
  "repository": {
    "type": "git",
    "url": "git@github.com:bjrmatos/phantom-page-eval.git"
  },
  "license": "MIT",
  "author": "BJR Matos <bjrmatos@gmail.com>",
  "contributors": [
    "BJR Matos <bjrmatos@gmail.com> (https://github.com/bjrmatos)",
    "Jan Blaha <jan.blaha@hotmail.com> (https://github.com/pofider)"
  ],
  "main": "index.js",
  "scripts": {
    "test": "mocha --timeout 10000 test/test.js"
  },
  "dependencies": {
    "debug": "3.1.0",
    "nanoid": "3.3.8"
  },
  "devDependencies": {
    "babel-eslint": "8.0.2",
    "eslint": "4.18.1",
    "eslint-plugin-babel": "4.1.2",
    "mocha": "5.0.1",
    "phantomjs-prebuilt": "2.1.16",
    "should": "13.2.1",
    "standard": "11.0.0"
  },
  "engines": {
    "node": ">=12"
  },
  "standard": {
    "parser": "babel-eslint",
    "env": {
      "node": true,
      "mocha": true
    }
  }
}
