mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-12 17:59:53 -06:00
* 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
41 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|