{
  "name": "express-subdomain",
  "version": "1.0.6",
  "repository": {
    "type": "git",
    "url": "git://github.com/bmullan91/express-subdomain.git"
  },
  "description": "Simple and lightweight middleware to handle subdomains",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "./test/pre-script.sh; ./node_modules/.bin/mocha --reporter spec; ./test/post-script.sh",
    "coverage": "./test/pre-script.sh; istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage; ./test/post-script.sh"
  },
  "keywords": [
    "express",
    "express-subdomain",
    "subdomain"
  ],
  "author": "Brian Mullan <bmullan91@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "chai": "~1.9.1",
    "colors": "~0.6.2",
    "composable-middleware": "^0.3.0",
    "coveralls": "~2.10.0",
    "express": "~4.1.1",
    "istanbul": "~0.2.10",
    "mocha": "~1.18.2",
    "mocha-lcov-reporter": "0.0.1",
    "request": "~2.34.0"
  }
}
