orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
61 lines (60 loc) • 1.57 kB
JSON
{
"name": "http-proxy-middleware",
"version": "0.17.2",
"description": "The one-liner node.js proxy middleware for connect, express and browser-sync",
"main": "index.js",
"files": [
"index.js",
"lib"
],
"scripts": {
"clean": "rm -rf coverage",
"test": "mocha --recursive --colors --reporter spec",
"cover": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --reporter spec && istanbul-coveralls && npm run clean"
},
"repository": {
"type": "git",
"url": "https://github.com/chimurai/http-proxy-middleware.git"
},
"keywords": [
"reverse",
"proxy",
"middleware",
"http",
"https",
"connect",
"express",
"browser-sync",
"gulp",
"grunt-contrib-connect",
"websocket",
"ws",
"cors"
],
"author": "Steven Chim",
"license": "MIT",
"bugs": {
"url": "https://github.com/chimurai/http-proxy-middleware/issues"
},
"homepage": "https://github.com/chimurai/http-proxy-middleware",
"devDependencies": {
"browser-sync": "^2.14.0",
"chai": "^3.5.0",
"connect": "^3.4.1",
"coveralls": "^2.11.12",
"express": "^4.14.0",
"istanbul": "^0.4.4",
"istanbul-coveralls": "^1.0.3",
"mocha": "^3.0.2",
"mocha-lcov-reporter": "1.2.0",
"opn": "^4.0.2",
"ws": "^1.1.1"
},
"dependencies": {
"http-proxy": "^1.15.1",
"is-glob": "^3.0.0",
"lodash": "^4.16.2",
"micromatch": "^2.3.11"
}
}