{
  "name": "etcher-image-write",
  "version": "9.1.6",
  "description": "The cross-platform way to stream an OS image to a device",
  "main": "lib/index.js",
  "homepage": "https://github.com/resin-io-modules/etcher-image-write",
  "repository": {
    "type": "git",
    "url": "git://github.com/resin-io-modules/etcher-image-write.git"
  },
  "bin": {
    "etcher-image-write": "./bin/cli.js"
  },
  "keywords": [
    "etcher",
    "image",
    "os",
    "flash",
    "burn",
    "write"
  ],
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "npm run lint && npm run test-node",
    "test-full": "npm run test && npm run test-electron",
    "test-node": "mocha --recursive tests/*.spec.js -R spec",
    "test-electron": "electron-mocha --recursive tests/*.spec.js -R spec",
    "lint": "eslint lib tests bin example.js",
    "readme": "jsdoc2md --template doc/README.hbs lib/index.js > README.md"
  },
  "author": "Juan Cruz Viotti <juan@resin.io>",
  "license": "Apache-2.0",
  "devDependencies": {
    "electron-mocha": "^3.5.0",
    "eslint": "^3.19.0",
    "jsdoc-to-markdown": "^5.0.3",
    "mocha": "^3.5.3",
    "mochainon": "^1.0.0"
  },
  "dependencies": {
    "bluebird": "^3.7.2",
    "bluebird-retry": "^0.10.1",
    "bmapflash": "^1.2.2",
    "crc32-stream": "^1.0.1",
    "debug": "^2.6.9",
    "dev-null-stream": "0.0.1",
    "drivelist": "^8.0.10",
    "error": "^7.2.1",
    "lodash": "^4.17.15",
    "progress-stream": "^2.0.0",
    "slice-stream2": "^2.0.1",
    "stream-chunker": "^1.2.8",
    "through2": "^2.0.5",
    "tmp": "0.0.31"
  }
}
