{
  "name": "docula-ui",
  "version": "2.2.3",
  "description": "Express.js bindings for Docula project",
  "license": "Apache-2.0",
  "main": "./src/docula-ui.js",
  "scripts": {
    "watch": "gulp watch",
    "prepublish": "gulp",
    "test": "NODE_ENV=test ./node_modules/mocha/bin/mocha --recursive --reporter spec test"
  },
  "directories": {
    "lib": "./dist"
  },
  "engines": {
    "node": ">=7.6.0"
  },
  "dependencies": {
    "docula-core": "^1.2.1",
    "express": "^4.14.0",
    "fs-plus": "^2.9.3",
    "git-url-parse": "^6.1.0",
    "node-sass": "^3.8.0",
    "node-sass-glob": "^1.0.4",
    "pug": "^2.0.0-beta5",
    "whatwg-fetch": "^2.0.3",
    "winston": "^2.2.0"
  },
  "devDependencies": {
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-object-rest-spread": "^6.8.0",
    "babel-polyfill": "^6.13.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.11.1",
    "babelify": "^7.3.0",
    "browserify": "^13.0.1",
    "browserify-shim": "^3.8.12",
    "chai": "^3.5.0",
    "classnames": "^2.2.5",
    "es6-promise": "^3.2.1",
    "eslint": "^3.4.0",
    "eslint-config-airbnb": "^10.0.1",
    "eslint-loader": "^1.5.0",
    "eslint-plugin-import": "^1.14.0",
    "eslint-plugin-jsx-a11y": "^2.2.0",
    "eslint-plugin-react": "^6.1.2",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-develop-server": "^0.5.2",
    "gulp-eslint": "^3.0.1",
    "gulp-livereload": "latest",
    "gulp-notify": "^2.2.0",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.5.4",
    "gulp-sass": "^2.3.2",
    "gulp-sass-glob": "^1.0.8",
    "highlight.js": "^9.7.0",
    "history": "^2.0.0",
    "mocha": "^2.5.3",
    "mocha-circleci-reporter": "0.0.1",
    "pug": "^2.0.0-beta6",
    "query-string": "^4.2.3",
    "react": "^15.3.2",
    "react-disqus-thread": "^0.4.0",
    "react-dom": "^15.3.2",
    "react-ga": "^2.1.2",
    "react-highlight": "^0.8.0",
    "react-redux": "latest",
    "react-remarkable": "^1.1.1",
    "react-router": "3.0.2",
    "redux": "latest",
    "redux-devtools-extension": "^1.0.0",
    "redux-thunk": "^2.1.0",
    "supertest": "^2.0.0",
    "uglifyify": "^3.0.4",
    "url-join": "^1.1.0",
    "vinyl-source-stream": "^1.1.0",
    "watchify": "^3.7.0"
  },
  "browserify-shim": {
    "highlight.js": "global:hljs",
    "react": "global:React",
    "react-dom": "global:ReactDOM",
    "remarkable": "global:Remarkable",
    "hiredis": "global:hiredis"
  }
}
