{
  "name": "multihost",
  "version": "0.1.1",
  "description": "Hosting multiple Express apps on the same server.",
  "homepage": "https://github.com/cheton/multihost",
  "main": "lib/index.js",
  "scripts": {
    "prepublish": "npm run lint && npm test && npm run build",
    "build": "babel --out-dir ./lib ./src",
    "test": "./babel-tap --coverage test/*.js",
    "lint": "npm run eslint",
    "eslint": "eslint ./src",
    "coveralls": "./babel-tap --coverage --coverage-report=text-lcov test/*.js | node_modules/.bin/coveralls"
  },
  "author": "Cheton Wu <cheton@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/cheton/multihost.git"
  },
  "keywords": [
    "connect",
    "express",
    "multihost",
    "vhost"
  ],
  "dependencies": {},
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-core": "^6.7.4",
    "babel-eslint": "^6.0.2",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-0": "^6.5.0",
    "coveralls": "^2.11.8",
    "eslint": "^2.6.0",
    "tap": "^5.7.1"
  },
  "nyc": {
    "exclude": []
  }
}
