-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 929 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "proxytests",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"base32": "^0.0.6",
"connect": "^3.4.0",
"cookie-parser": "^1.4.0",
"harmon": "^1.3.1",
"http-proxy": "^1.12.0",
"nconf": "^0.8.2",
"string": "^3.3.1",
"through": "^2.3.8",
"underscore": "^1.8.3",
"urlsafe-base64": "^1.0.0"
},
"devDependencies": {
"jshint": "^2.8.0",
"mocha": "^2.3.3",
"nock": "^2.15.0",
"nodemock": "^0.3.5",
"pre-commit": "^1.1.2",
"sandboxed-module": "^2.0.3",
"should": "^7.1.1",
"sinon": "^1.17.2",
"supertest": "^1.1.0"
},
"scripts": {
"test": "mocha test",
"jshint": "jshint -c .jshintrc --exclude-path .gitignore ."
},
"pre-commit": [
"jshint",
"test"
],
"engine": "node 4.1.x",
"repository": {
"type": "git",
"url": "https://github.com/kouk/node-injecting-proxy-poc"
}
}