{
  "name": "iconium",
  "version": "0.2.6",
  "description": "General purpose CLI utility for deploying Docker-based infastructure",
  "bin": {
    "iconium": "index.js"
  },
  "main": "index.js",
  "dependencies": {
    "dockerode": "^2.2.8",
    "js-yaml": "^3.4.6",
    "shelljs": "^0.5.3",
    "yargs": "^3.31.0"
  },
  "devDependencies": {
    "http-server": "^0.8.5",
    "jasmine-node": "^1.14.5",
    "jsdoc": "^3.4.0",
    "pre-commit": "^1.1.2",
    "rimraf": "^2.5.0",
    "standard": "^5.4.1"
  },
  "scripts": {
    "clean": "rimraf rm -r out",
    "docs:build": "jsdoc -c conf.json",
    "docs:deploy": "jsdoc -c conf.json -d /tmp/static_content",
    "docs:serve": "hs out",
    "docs": "npm run docs:build -s && npm run docs:serve -s",
    "test:style": "standard",
    "test:code": "jasmine-node spec",
    "test": "npm run test:style -s && npm run test:code -s"
  },
  "standard": {
    "ignore": [
      "out",
      "spec"
    ]
  },
  "pre-commit": [
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jcpst/iconium.git"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jcpst/iconium/issues"
  },
  "homepage": "https://github.com/jcpst/iconium#readme"
}
