{
  "name": "firmament-docker",
  "version": "1.4.59",
  "description": "Typescript classes for performing Docker operations",
  "main": "js/index.js",
  "typings": "js/index",
  "scripts": {
    "build": "tsc --project ts/tsconfig.json",
    "test": "mocha --reporter spec js/test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jreeme/firmament-docker.git"
  },
  "keywords": [
    "firmament",
    "docker",
    "cli"
  ],
  "author": "John Reeme <john.reeme@gmail.com> (http://blue-dot.com)",
  "license": "WTFPL",
  "bugs": {
    "url": "https://github.com/jreeme/firmament-docker/issues"
  },
  "homepage": "https://github.com/jreeme/firmament-docker#readme",
  "devDependencies": {
    "@types/async": "^2.0.42",
    "@types/chai": "^4.0.4",
    "@types/lodash": "^4.14.74",
    "@types/mocha": "^5.2.5",
    "@types/node": "^10.12.9",
    "@types/request": "^2.0.3",
    "@types/sinon": "^5.0.6",
    "chai": "^4.1.1",
    "mocha": "^5.2.0",
    "mock-spawn": "^0.2.6",
    "nyc": "^13.1.0",
    "sinon": "^7.1.1",
    "source-map-support": "^0.5.9",
    "ts-node": "^7.0.1",
    "typescript": "^3.1.6"
  },
  "dependencies": {
    "async": "^2.5.0",
    "deep-extend": "^0.5.0",
    "dockerode": "^2.5.0",
    "encodeurl": "^1.0.2",
    "file-exists": "^4.0.0",
    "filesize": "^3.5.10",
    "firmament-bash": "^1.1.25",
    "inversify": "^5.0.1",
    "jsnlog": "^2.24.1",
    "lodash": "^4.17.4",
    "mkdirp": "^0.5.1",
    "reflect-metadata": "^0.1.10",
    "request": "^2.81.0",
    "sanitize-filename": "^1.6.1",
    "tar-fs": "^1.15.3",
    "time-ago": "^0.1.0",
    "tmp": "^0.0.33",
    "touch": "^3.1.0",
    "yamljs": "^0.3.0"
  }
}
