{
  "name": "docogen-webui",
  "description": "docoGen html module",
  "version": "0.0.7",
  "repository": {
    "type": "git",
    "url": "https://github.com/toolbuddy/docogen-WebUI.git"
  },
  "config": {
    "port": 3000
  },
  "keywords": [
    "docoGen UI"
  ],
  "author": "Yung-Sheng Lu",
  "bugs": {
    "url": "https://github.com/toolbuddy/docogen-WebUI/issues"
  },
  "homepage": "https://github.com/toolbuddy/docogen-WebUI#readme",
  "main": "app.js",
  "scripts": {
    "start": "node app.js",
    "watch": "nodemon app.js",
    "postinstall": "bower install && gulp build"
  },
  "babel": {
    "presets": [
      "es2015",
      "react"
    ]
  },
  "dependencies": {
    "alt": "^0.17.8",
    "async": "^1.5.0",
    "babel-core": "^6.1.19",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.1.18",
    "babel-preset-react": "^6.1.18",
    "babel-register": "^6.26.0",
    "babelify": "^7.2.0",
    "body-parser": "^1.14.1",
    "bower": "^1.6.5",
    "browserify": "^12.0.2",
    "codemirror": "^5.31.0",
    "colors": "^1.1.2",
    "compression": "^1.6.0",
    "docogen": "0.0.16",
    "fs": "0.0.1-security",
    "gulp": "^3.9.0",
    "gulp-autoprefixer": "^3.1.0",
    "gulp-clean": "^0.3.2",
    "gulp-compile-jsx": "^1.0.3",
    "gulp-concat": "^2.6.0",
    "gulp-cssmin": "^0.1.7",
    "gulp-if": "^2.0.0",
    "gulp-less": "^3.0.3",
    "gulp-plumber": "^1.0.1",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-static-i18n-html": "^0.1.1",
    "gulp-uglify": "^1.4.2",
    "gulp-util": "^3.0.7",
    "history": "^1.13.0",
    "minimatch": "^3.0.2",
    "morgan": "^1.6.1",
    "react": "^15.5.0",
    "react-codemirror": "^1.0.0",
    "react-dom": "^15.5.0",
    "react-mathjax": "^0.1.1",
    "react-router": "^1.0.0",
    "react-syntax-highlighter": "^5.8.0",
    "read-file": "^0.2.0",
    "request": "^2.65.0",
    "semantic-ui-css": "^2.2.12",
    "semantic-ui-react": "^0.73.0",
    "swig": "^1.4.2",
    "underscore": "^1.8.3",
    "update-json-file": "^1.1.1",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "watchify": "^3.6.0",
    "write-json": "^2.0.0",
    "xml2js": "^0.4.15",
    "yargs": "^10.0.3"
  },
  "license": "MIT"
}
