-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 771 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 771 Bytes
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
{
"name": "proxy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"pretest": "make jslint && make travis",
"test": "echo \"Error: no test specified\" && exit 0",
"posttest": "make test-coveralls && rm -rf .coveralls.yml"
},
"author": "Siva",
"license": "ISC",
"dependencies": {
"bunyan": "^1.8.1",
"debug": "^3.1.0",
"http-proxy-agent": "^2.1.0",
"https-proxy-agent": "^2.2.1",
"minimist": "^1.2.0",
"request": "^2.72.0"
},
"devDependencies": {
"coveralls": "^3.0.2",
"grunt": "^1.0.1",
"istanbul": "^0.4.3",
"jscoverage": "^0.6.0",
"jscs": "^3.0.4",
"jslint": "^0.12.0",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.2.0",
"nodeunit": "^0.11.3"
}
}