{
  "name": "electroshot",
  "version": "1.4.0",
  "description": "Capture website screenshots with optional device and network emulation as jpg, png or pdf (with web fonts!) using Electron / Chrome.",
  "main": "test.js",
  "bin": {
    "electroshot": "./bin/electroshot.js"
  },
  "scripts": {
    "test": "mocha -R spec --bail ./test/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:mixu/electroshot.git"
  },
  "author": "Mikito Takada <mikito.takada@gmail.com> (http://mixu.net/)",
  "license": "BSD-3-Clause",
  "dependencies": {
    "chromium-emulated-devices": "~1.0.0",
    "chromium-emulated-networks": "~1.0.0",
    "cookie": "~0.3.1",
    "electron": "~1.6.11",
    "es6-template": "~1.0.3",
    "express": "~4.15.3",
    "file-fixture": "0.0.2",
    "log-symbols": "~1.0.2",
    "minilog": "~3.1.0",
    "miniq": "~1.0.0",
    "sanitize-filename": "~1.6.1",
    "subarg": "~1.0.0",
    "tough-cookie": "~2.3.2",
    "xtend": "~4.0.0"
  },
  "devDependencies": {
    "mocha": "~3.4.2"
  }
}
