{
  "name": "node-docx",
  "version": "1.5.4",
  "description": "document management",
  "main": "index.js",
  "scripts": {
    "test": "mocha --recursive test/",
    "start": "node index.js",
    "check": "fecs check src/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/schoeu/docx.git"
  },
  "keywords": [
    "markdown",
    "doc",
    "markdown management"
  ],
  "author": "schoeu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/schoeu/docx/issues"
  },
  "homepage": "https://github.com/schoeu/docx#readme",
  "dependencies": {
    "body-parser": "^1.15.2",
    "express": "^4.14.0",
    "express-hbs": "^1.0.3",
    "fs-extra": "^0.30.0",
    "glob": "^7.0.5",
    "highlight.js": "^9.6.0",
    "lodash": "^4.15.0",
    "lru-cache": "^4.0.1",
    "marked": "^0.3.6",
    "moment": "^2.15.1",
    "nodemailer": "^2.5.0",
    "pinyin": "^2.8.0",
    "segment": "^0.1.3",
    "winston": "^2.2.0",
    "winston-daily-rotate-file": "^1.3.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "fecs": "^1.1.0",
    "gulp": "^3.9.1",
    "gulp-clean": "^0.3.2",
    "gulp-concat": "^2.6.1",
    "gulp-livereload": "^3.8.1",
    "gulp-minify-css": "^1.2.4",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^3.0.0",
    "mocha": "^3.2.0"
  }
}
