{
  "name": "hexo-admin",
  "version": "2.3.0",
  "description": "Adds an admin section to the hexo server",
  "main": "index.js",
  "scripts": {
    "prepublish": "gulp build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jaredly/hexo-admin.git"
  },
  "keywords": [
    "hexo",
    "admin",
    "dashboard",
    "plugin"
  ],
  "author": "Jared Forsyth <jared@jaredforsyth.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jaredly/hexo-admin/issues"
  },
  "homepage": "http://jaredly.github.io/hexo-admin/",
  "dependencies": {
    "bcrypt-nodejs": "0.0.3",
    "body-parser": "^1.5.0",
    "browserify": "^11.2.0",
    "connect-auth": "^0.6.1",
    "cookie-parser": "^1.3.4",
    "deep-assign": "^2.0.0",
    "express-session": "^1.10.3",
    "extend": "^3.0.0",
    "hexo-front-matter": "^0.2.2",
    "hexo-fs": "^0.1.3",
    "hexo-util": "^0.1.6",
    "less": "^2.5.1",
    "moment": "^2.7.0",
    "serve-static": "^1.4.0",
    "write-good": "^0.10.0"
  },
  "devDependencies": {
    "browserify": "^11.2.0",
    "codemirror": "^5.24.2",
    "es6-promise": "^1.0.0",
    "gulp": "^3.9.1",
    "gulp-less": "^3.0.5",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-util": "^3.0.7",
    "less": "^2.6.1",
    "lodash": "^2.4.1",
    "marked": "^0.3.2",
    "moment": "^2.7.0",
    "react": "^0.11.1",
    "react-router": "^0.4.1",
    "reactify": "^0.14.0",
    "superagent": "^0.18.2",
    "superagent-browserify": "0.0.2",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "watchify": "^3.7.0"
  }
}
