{
  "name": "livingdocs-manager",
  "version": "5.0.0",
  "description": "A cli to manage designs and the configuration of a livingdocs server.",
  "main": "index.js",
  "bin": {
    "livingdocs-manager": "./bin/index.js",
    "ldm": "./bin/index.js"
  },
  "scripts": {
    "postversion": "npm publish"
  },
  "author": "Marc Bachmann <marc@upfront.io>",
  "license": "LGPL3",
  "dependencies": {
    "async": "^0.9.0",
    "cheerio": "^0.19.0",
    "coffee-script": "^1.8.0",
    "end-of-stream": "^1.1.0",
    "express": "^4.13.1",
    "glob": "^4.3.5",
    "gunzip-maybe": "^1.2.1",
    "html-minifier": "^3.5.21",
    "inquirer": "^0.8.0",
    "lodash": "^3.10.0",
    "mime": "^1.3.4",
    "minimist": "^1.1.0",
    "mkdirp": "^0.5.0",
    "npmlog": "^1.0.0",
    "os-homedir": "^1.0.0",
    "rc": "^1.0.1",
    "request": "2.58.0",
    "tar-stream": "^1.2.1",
    "update-notifier": "^0.5.0",
    "warning-header-parser": "^1.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/livingdocsIO/livingdocs-manager.git"
  },
  "bugs": {
    "url": "https://github.com/livingdocsIO/livingdocs-manager/issues"
  },
  "homepage": "https://github.com/livingdocsIO/livingdocs-manager"
}
