redbird/package.json

76 lines
1.8 KiB
JSON

{
"_from": "redbird",
"_id": "redbird@0.7.0",
"_inBundle": false,
"_integrity": "sha1-q9X0OAL5HXHYQHc+Ml2xXA+e/u8=",
"_location": "/redbird",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "redbird",
"name": "redbird",
"escapedName": "redbird",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/redbird/-/redbird-0.7.0.tgz",
"_shasum": "abd5f43802f91d71d840773e325db15c0f9efeef",
"_spec": "redbird",
"_where": "C:\\Users\\micro\\Desktop\\temp",
"author": {
"name": "Manuel Astudillo"
},
"bugs": {
"url": "https://github.com/OptimalBits/redbird/issues"
},
"bundleDependencies": false,
"dependencies": {
"bluebird": "^3.4.0",
"bunyan": "^1.8.1",
"dolphin": "*",
"http-proxy": "^1.14.0",
"le-challenge-fs": "^2.0.4",
"le-store-certbot": "^2.0.3",
"letsencrypt": "^2.1.6",
"lodash": "^4.13.1",
"lru-cache": "^4.0.1",
"node-etcd": "^4.2.1",
"object-hash": "^1.1.2",
"safetimeout": "^0.1.1",
"spdy": "^3.4.0",
"valid-url": "^1.0.9"
},
"deprecated": false,
"description": "A reverse proxy with support for dynamic tables",
"devDependencies": {
"chai": "^1.9.1",
"gulp": "^3.8.11",
"gulp-eslint": "^0.9.0",
"mocha": "^2.5.3"
},
"homepage": "https://github.com/OptimalBits/redbird",
"keywords": [
"proxy",
"reverse",
"docker",
"etcd"
],
"license": "BSD-3-Clause-Attribution",
"main": "index.js",
"name": "redbird",
"repository": {
"type": "git",
"url": "git://github.com/OptimalBits/redbird.git"
},
"scripts": {
"test": "mocha test/* --reporter spec"
},
"version": "0.7.0"
}