{
  "name": "docui",
  "version": "1.4.1",
  "description": "Generate UI documentation for frontend design stack",
  "main": "lib/index.js",
  "bin": {
    "docui": "./lib/index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel src -d lib",
    "lint": "eslint src --fix"
  },
  "bugs": {
    "url": "https://github.com/Evaneos/docui/issues",
    "email": "tilap@evaneos.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Evaneos/docui.git"
  },
  "author": {
    "name": "Julien Tilap LA VINH",
    "email": "julien@evaneos.com",
    "url": "http://www.evaneos.com/"
  },
  "contributors": [
    {
      "name": "Christophe Hurpeau",
      "email": "christophe@hurpeau.com",
      "url": "https://christophe.hurpeau.com/"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "autoprefixer": "6.3.7",
    "babel-cli": "6.10.1",
    "babel-plugin-transform-runtime": "6.9.0",
    "babel-preset-es2015": "6.9.0",
    "babel-preset-stage-2": "6.11.0",
    "chalk": "1.1.3",
    "clean-css": "3.4.18",
    "commander": "2.9.0",
    "ejs": "2.4.2",
    "finalhandler": "0.5.0",
    "fs-extra": "0.30.0",
    "gh-pages": "0.11.0",
    "http": "0.0.0",
    "less": "2.7.1",
    "marked": "0.3.5",
    "mkdirp": "0.5.1",
    "node-watch": "0.3.5",
    "postcss": "5.1.0",
    "semver": "5.3.0",
    "serve-static": "1.11.1"
  },
  "devDependencies": {
    "eslint": "3.1.1",
    "eslint-config-airbnb-base": "5.0.0",
    "eslint-plugin-babel": "3.3.0"
  }
}
