{
  "name": "@nraynaud/xo-vmdk-to-vhd",
  "version": "0.0.12",
  "license": "AGPL-3.0",
  "description": "JS lib streaming a vmdk file to a vhd",
  "keywords": [
    "vhd",
    "vmdk"
  ],
  "homepage": "https://github.com/vatesfr/xo-vmdk-to-vhd/",
  "bugs": "https://github.com/vatesfr/xo-vmdk-to-vhd/issues",
  "repository": {
    "type": "git",
    "url": "git://github.com/vatesfr/xo-vmdk-to-vhd.git"
  },
  "preferGlobal": false,
  "main": "dist/",
  "bin": {},
  "files": [
    "dist/"
  ],
  "engines": {
    "node": ">=0.12"
  },
  "dependencies": {
    "babel-runtime": "^6.11.6",
    "child-process-promise": "^2.0.3",
    "deflate-js": "^0.2.3",
    "fs-promise": "^0.4.1",
    "pipette": "^0.9.3"
  },
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-eslint": "^6.1.2",
    "babel-plugin-transform-runtime": "^6.12.0",
    "babel-preset-es2015": "^6.13.2",
    "babel-preset-stage-0": "^6.5.0",
    "chai": "^3.5.0",
    "chai-as-promised": "^5.3.0",
    "clarify": "^2.0.0",
    "dependency-check": "^2.6.0",
    "ghooks": "^1.3.2",
    "mocha": "^3.0.2",
    "nyc": "^8.1.0",
    "source-map-support": "^0.4.2",
    "standard": "^7.1.2",
    "trace": "^2.3.3"
  },
  "scripts": {
    "build": "NODE_ENV=production babel --source-maps --out-dir=dist/ src/",
    "depcheck": "dependency-check ./package.json",
    "dev": "babel --watch --source-maps --out-dir=dist/ src/",
    "dev-test": "mocha --opts .mocha.opts --watch --reporter=min \"dist/**/*.spec.js\"",
    "lint": "standard",
    "posttest": "npm run lint && npm run depcheck",
    "prepublish": "npm run build",
    "test": "nyc mocha --opts .mocha.opts \"dist/**/*.spec.js\""
  },
  "babel": {
    "plugins": [
      "transform-runtime"
    ],
    "presets": [
      "stage-0",
      "es2015"
    ]
  },
  "standard": {
    "ignore": [
      "dist"
    ],
    "parser": "babel-eslint"
  },
  "config": {
    "ghooks": {
      "commit-msg": "npm test"
    }
  }
}
