Files
cypress/packages/https-proxy/package.json
Brian Mann 8033fbf819 Issue 995 (#996)
* better explain contributing to the driver

- update npm tasks to reflect newest conventions

* better explain contributing to the desktop-gui

- update npm tasks to reflect newest conventions

* synchronize content changes

* capitalize all package readme's for consistency

* better explain contributing to the runner, synchronize content changes

* better explain contributing to the server

* synchronize content

* synchronize content

* synchronize content

* synchronize content

* synchronize content

* synchronize content

* better contribution guidelines by redirecting users to package specific readme's

* synchronize content

* fix various content mistakes

* simplify contributing

* removed dead files

* bump zunder

* lock zunder to 5.1.0
2017-12-02 18:51:42 -05:00

41 lines
1.1 KiB
JSON

{
"name": "@packages/https-proxy",
"version": "0.0.0",
"private": true,
"main": "index.js",
"scripts": {
"start": "node index.js",
"clean-deps": "rm -rf node_modules",
"test": "cross-env NODE_ENV=test bin-up mocha --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json",
"test-watch": "cross-env NODE_ENV=test bin-up mocha --watch",
"https": "node https.js"
},
"files": [
"lib"
],
"devDependencies": {
"@cypress/releaser": "0.1.12",
"bin-up": "^1.1.0",
"chai": "^3.5.0",
"cross-env": "^5.0.5",
"http-mitm-proxy": "^0.5.1",
"request": "^2.72.0",
"request-promise": "^3.0.0",
"sinon": "^1.17.4",
"sinon-as-promised": "^4.0.0",
"sinon-chai": "^2.8.0",
"supertest": "^1.2.0",
"supertest-as-promised": "^3.1.0"
},
"dependencies": {
"bluebird": "^3.4.0",
"debug": "^2.6.8",
"fs-extra": "^0.30.0",
"lodash": "^4.17.4",
"node-forge": "^0.6.39",
"semaphore": "^1.0.5",
"server-destroy-vvo": "1.0.1",
"ssl-root-cas": "^1.1.10"
}
}