{
  "name": "dssrv-srv-prerender",
  "version": "1.1.13",
  "description": "DIREKTSPEED Server - Module PreRender  https://dspeed.eu",
  "author": "Frank Lemanschik <frank@dspeed.eu",
  "contributors": [
    "Watch CONTRIBUTORS.md file",
    "Frank Lemanschik <frank@dspeed.eu>"
  ],
  "keywords": [
    "Server",
    "static site generator",
    "preprocessing web server",
    "sass",
    "less",
    "stylus",
    "markdown",
    "jade",
    "ejs",
    "coffeescript",
    "pug",
    "CanJS",
    "StealJS",
    "DoneJS",
    "DietJS",
    "ExpressJS"
  ],
  "homepage": "http://dspeed.eu",
  "bugs": "https://github.com/dssrv/srv-prerender/issues",
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dssrv/srv-prerender"
  },
  "dependencies": {
    "async": "^2.0.1",
    "commander": "^2.9.0",
    "express": "^4.0.0",
    "download-github-repo": "^0.1.3",
    "dssrv-envy-json": "^0.2.1",
    "escape-html": "^1.0.3",
    "fs-extra": "^1.0.0",
    "mime": "1.3.4",
    "parseurl": "^1.3.1",
    "pause": "^0.1.0",
    "send": "^0.14.1",
    "dssrv-prerender": "^1.3.1",
    "basic-auth": "^1.0.0",
    "chalk": "^1.1.3",
    "cross-spawn-async": "^2.0.0",
    "q": "^1.4.1"
  },
  "directories": {
    "doc": "docs"
  },
  "devDependencies": {
    "cheerio": "^0.22.0",
    "coveralls-send": "0.0.2",
    "documentjs": "^0.4.3",
    "dotdotdot": "^1.7.0",
    "dssrv-cli": "^1.0.5",
    "es6-promise": "^4.0.5",
    "guide-automation": "^0.3.0",
    "is-appveyor": "^1.0.0",
    "istanbul": "^0.4.2",
    "jshint": "^2.8.0",
    "mocha": "^3.0.2",
    "mocha-lcov-reporter": "^1.2.0",
    "mockery": "^2.0.0",
    "nixt": "^0.5.0",
    "node-fetch": "^1.3.3",
    "request": "^2.61.0",
    "rimraf": "^2.5.2",
    "should": "^11.1.0",
    "stream-when": "^1.0.0"
  },
  "scripts": {
    "test": "echo 'TODO: mocha --reporter spec -t 8000' && npm run jshint && npm run mocha --reporter spec -t 8000 && npm run document && npm run test-guides",
    "test-guides": "npm run test-quickstart && npm run test-pmo",
    "test-quickstart": "guide guides/guide/test.js --local",
    "test-pmo": "guide guides/place-my-order/test.js --local",
    "jshint": "jshint lib/. bin/donejs test/. --config",
    "mocha": "mocha test/test --timeout 120000",
    "verify": "echo \"Script ran\"",
    "document:watch": "documentjs --watch",
    "document": "documentjs -f && cp docs/theme/static/favicon.ico site/favicon.ico",
    "publish": "git config credential.helper store && git push origin --all && git push origin --tags",
    "release:prerelease": "npm version prerelease && npm publish",
    "release:patch": "npm version patch && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:major": "npm version major && npm publish",
    "coverage": "istanbul cover _mocha -- test/test --timeout 120000",
    "coverage:upload": "istanbul cover _mocha --report lcovonly -- test/ --timeout 600000 && cat ./coverage/lcov.info | ./node_modules/coveralls-send/bin/coveralls.js"
  },
  "license": "MIT",
  "preferGlobal": true,
  "readmeFilename": "README.md",
  "bin": {
    "prerender": "./bin/prerender"
  },
  "engines": {
    "node": "^0.12"
  }
}
