trailsjs/trailpack-webserver

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "trailpack-webserver",
  "version": "2.0.0",
  "description": "Parent to the Web Server Trailpacks",
  "main": "index.js",
  "scripts": {
    "test": "eslint . && mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/trailsjs/trailpack-webserver.git"
  },
  "keywords": [
    "trails",
    "trailsjs",
    "trailpack-webserver",
    "http",
    "hapi",
    "koa",
    "express"
  ],
  "author": "Trails.js Team <hello@trailsjs.io>",
  "contributors": [
    {
      "name": "Travis Webb",
      "url": "https://github.com/tjwebb"
    },
    {
      "name": "Aumard Jimmy",
      "url": "https://github.com/jaumard"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/trailsjs/trailpack-webserver/issues"
  },
  "homepage": "https://github.com/trailsjs/trailpack-webserver#readme",
  "dependencies": {
    "lodash": "^4.17.3",
    "trailpack": "^2.1.0"
  },
  "devDependencies": {
    "eslint": "^3.12.2",
    "eslint-config-trails": "^2.0.4",
    "mocha": "^3.2.0",
    "smokesignals": "^2.1.1",
    "trails": "^2.0.0"
  },
  "eslintConfig": {
    "extends": "trails"
  }
}