{
  "name": "capium",
  "version": "0.8.3",
  "description": "A tool to get screenshots of web pages so easily and automatically works with Selenium3.0 for NodeJS and easy to use BrowserStack and SauceLabs.",
  "main": "./lib/capium.js",
  "bin": "./bin/capium.js",
  "scripts": {
    "pub": "npm test && npm publish",
    "ss": "node ./bin/capium.js",
    "test": "node ./test/mocha.js"
  },
  "author": "Igari Takeharu",
  "license": "ISC",
  "dependencies": {
    "argv": "^0.0.2",
    "browserstack-local": "^1.3.0",
    "colors": "^1.1.2",
    "del": "^2.2.2",
    "firefox-profile": "^0.4.8",
    "git-rev": "^0.2.1",
    "gm": "^1.23.0",
    "mkdirp": "^0.5.1",
    "mocha": "^3.2.0",
    "mochawesome": "^2.0.3",
    "moment": "^2.17.1",
    "open": "^0.0.5",
    "saucelabs": "^1.4.0",
    "selenium-standalone": "^6.0.1",
    "selenium-webdriver": "^3.0.1"
  }
}
