{
  "name": "open-browser",
  "version": "3.6.0",
  "author": "学霸 <helloyou2012@yeah.net>",
  "description": "A http server for debug demo",
  "main": "./lib/index",
  "repository": {
    "type": "git",
    "url": "https://github.com/helloyou2012/open-browser.git"
  },
  "keywords": [
    "cli",
    "command"
  ],
  "scripts": {
    "start": "node ./bin/open-browser",
    "test": "vows --spec -i"
  },
  "dependencies": {
    "bluebird": "^3.5.1",
    "colors": "^1.1.2",
    "combo-url": "^0.2.0",
    "connect": "^3.6.5",
    "connect-header": "^0.0.5",
    "connect-logger": "^0.0.1",
    "css-imports": "^0.3.0",
    "debug": "^3.1.0",
    "ecstatic": "^3.1.1",
    "errorhandler": "^1.5.0",
    "father": "^1.0.0",
    "glob": "^7.1.2",
    "gulp-coffee": "^3.0.1",
    "gulp-if": "^2.0.2",
    "gulp-less": "^3.4.0",
    "gulp-reactify": "^3.0.1",
    "handlebars": "^4.0.11",
    "lodash": "^4.17.4",
    "mime": "^2.1.0",
    "minimatch": "^3.0.4",
    "multipipe": "^2.0.1",
    "opener": "^1.4.0",
    "optimist": "^0.6.1",
    "portfinder": "^1.0.13",
    "rename": "^1.0.4",
    "request": "^2.83.0",
    "searequire": "^1.5.0",
    "semver": "^5.4.1",
    "serve-index": "^1.9.1",
    "strip-comments": "^0.4.4",
    "swig": "^1.4.2",
    "system-proxy": "^2.0.0",
    "through2": "^2.0.3",
    "vinyl": "^2.1.0"
  },
  "devDependencies": {
    "vows": "^0.7.0"
  },
  "bugs": {
    "url": "https://github.com/helloyou2012/open-browser/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/helloyou2012/open-browser/raw/master/LICENSE-MIT"
    }
  ],
  "analyze": false,
  "preferGlobal": "true",
  "bin": {
    "open-browser": "./bin/open-browser"
  }
}
