UNPKG

1.49 kBJSONView Raw
1{
2 "name": "http-proxy-middleware",
3 "version": "0.15.2",
4 "description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha --recursive --colors --reporter spec",
8 "cover": "rm -rf coverage && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
9 "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && rm -rf coverage"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/chimurai/http-proxy-middleware.git"
14 },
15 "keywords": [
16 "reverse",
17 "proxy",
18 "middleware",
19 "http",
20 "https",
21 "connect",
22 "express",
23 "browser-sync",
24 "gulp",
25 "grunt-contrib-connect",
26 "websocket",
27 "ws",
28 "cors"
29 ],
30 "author": "Steven Chim",
31 "license": "MIT",
32 "bugs": {
33 "url": "https://github.com/chimurai/http-proxy-middleware/issues"
34 },
35 "homepage": "https://github.com/chimurai/http-proxy-middleware",
36 "devDependencies": {
37 "browser-sync": "^2.12.5",
38 "chai": "^3.5.0",
39 "connect": "^3.4.1",
40 "coveralls": "^2.11.9",
41 "express": "^4.13.4",
42 "istanbul": "^0.4.3",
43 "istanbul-coveralls": "^1.0.3",
44 "mocha": "^2.4.5",
45 "mocha-lcov-reporter": "1.2.0",
46 "opn": "^4.0.1",
47 "ws": "^1.1.0"
48 },
49 "dependencies": {
50 "http-proxy": "^1.13.2",
51 "is-glob": "^2.0.1",
52 "lodash": "^4.11.2",
53 "micromatch": "^2.3.8"
54 }
55}