{
  "name": "dockyard",
  "version": "1.3.3",
  "description": "artifact packaging for service builds",
  "main": "src/index.js",
  "bin": {
    "dockyard": "./bin/dockyard.js"
  },
  "dependencies": {
    "buildgoggles": "^0.5.1",
    "github-change-remote-file": "^4.2.0",
    "js-yaml": "^3.8.4",
    "pequod": "1.5.x",
    "replicated-scribe": "^1.0.0",
    "when": "^3.7.8",
    "yargs": "^8.0.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "coveralls": "^2.13.1",
    "mocha": "^3.4.1",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^10.3.2",
    "sinon": "^2.3.0",
    "sinon-chai": "^2.10.0",
    "standard": "^10.0.2",
    "standard-version": "^4.2.0"
  },
  "scripts": {
    "test": "node_modules/mocha/bin/mocha spec/*.spec.js",
    "coverage": "nyc npm test",
    "continuous": "./node_modules/mocha/bin/mocha spec/*.spec.js -w",
    "release": "standard-version",
    "standard": "standard --fix"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/npm-wharf/dockyard.git"
  },
  "keywords": [
    "build",
    "artifact",
    "docker"
  ],
  "author": "Alex Robson",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/npm-wharf/dockyard/issues"
  },
  "homepage": "https://github.com/npm-wharf/dockyard#readme",
  "standard": {
    "env": [
      "mocha"
    ],
    "globals": [
      "fetch",
      "sinon",
      "expect"
    ]
  }
}
