{
  "name": "revenant",
  "version": "0.3.2",
  "description": "A headless browser powered by PhantomJS functions in Node.js",
  "main": "lib/Revenant.js",
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jiahaog/Revenant.git"
  },
  "author": "Jia Hao",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jiahaog/Revenant/issues"
  },
  "homepage": "https://github.com/jiahaog/Revenant#readme",
  "dependencies": {
    "async": "^1.4.2",
    "bluebird": "^3.0.5",
    "chance": "^0.7.6",
    "phantom": "^0.8.3",
    "request": "^2.65.0",
    "sift-string": "0.0.2"
  },
  "devDependencies": {
    "chai": "^3.2.0",
    "mocha": "^2.2.5",
    "valid-url": "^1.0.9"
  },
  "directories": {
    "test": "test"
  },
  "keywords": [
    "phantom",
    "phantomjs",
    "headless",
    "browser",
    "scraper",
    "crawler"
  ]
}
