{
  "name": "nexxtopia",
  "version": "0.1.14",
  "description": "Private npm repository server",
  "repository": {
    "type": "git",
    "url": "git@github.com:chaophraya/nexxtopia.git"
  },
  "main": "index.js",
  "bin": {
    "nexxtopia": "./bin/nexxtopia"
  },
  "dependencies": {
    "JSONStream": "1.x",
    "async": ">=1.5.0 <2.0.0-0",
    "bluebird": "3.3.5",
    "body-parser": ">=1.9.2 <2.0.0-0",
    "bunyan": ">=0.22.1 <2.0.0-0",
    "commander": ">=2.3.0 <3.0.0-0",
    "compression": ">=1.2.0 <2.0.0-0",
    "cookies": ">=0.5.0 <1.0.0-0",
    "ejs": "2.4.1",
    "es6-shim": "0.34.1",
    "express": "4.0.0",
    "express-json5": ">=0.1.0 <1.0.0-0",
    "express-session": "1.13.0",
    "got": "6.3.0",
    "handlebars": "4.0.5",
    "helmet": "^2.0.0",
    "highlight.js": "9.1.0",
    "http-errors": ">=1.2.0",
    "jju": "1.x",
    "js-yaml": ">=3.0.1 <4.0.0-0",
    "lunr": ">=0.5.2 <1.0.0-0",
    "minimatch": "3.0.0",
    "mkdirp": ">=0.3.5 <1.0.0-0",
    "nexxtopia-github-auth": "0.1.9",
    "passport": "0.3.2",
    "passport-oauth2": "1.3.0",
    "readable-stream": "2.0.5",
    "render-readme": ">=0.2.1",
    "request": ">=2.31.0 <3.0.0-0",
    "semver": "5.0.0"
  },
  "optionalDependencies": {
    "fs-ext": ">=0.5.0 <1.0.0-0",
    "crypt3": ">=0.2.0 <1.0.0-0"
  },
  "devDependencies": {
    "rimraf": ">=2.2.5 <3.0.0-0",
    "mocha": "2.0.0",
    "eslint": "1 >=1.1.0",
    "browserify": "13.0.0",
    "browserify-handlebars": "1.x",
    "grunt": ">=0.4.4 <1.0.0-0",
    "grunt-cli": "*",
    "grunt-browserify": "4.0.0",
    "grunt-contrib-less": "1.0.0",
    "grunt-contrib-watch": ">=0.6.1 <1.0.0-0",
    "unopinionate": ">=0.0.4 <1.0.0-0",
    "onclick": ">=0.1.0 <1.0.0-0",
    "transition-complete": ">=0.0.2 <1.0.0-0"
  },
  "keywords": [
    "private",
    "package",
    "repository",
    "registry",
    "modules",
    "proxy",
    "server"
  ],
  "scripts": {
    "test": "eslint . && mocha ./test/functional ./test/unit",
    "test-travis": "eslint . && mocha -R spec ./test/functional ./test/unit",
    "test-only": "mocha ./test/functional ./test/unit",
    "lint": "eslint .",
    "clean-shrinkwrap": "node -e '\n  function clean(j) {\n    if (!j) return\n    for (var k in j) {\n      delete j[k].from\n      delete j[k].resolved\n      if (j[k].dependencies) clean(j[k].dependencies)\n    }\n  }\n  x = JSON.parse(require(\"fs\").readFileSync(\"./npm-shrinkwrap.json\"))\n  clean(x.dependencies)\n  x = JSON.stringify(x, null, \"  \")\n  require(\"fs\").writeFileSync(\"./npm-shrinkwrap.json\", x + \"\\n\")\n'\n"
  },
  "engines": {
    "node": ">=6.0"
  },
  "license": "MIT"
}
