-
Notifications
You must be signed in to change notification settings - Fork 126
/
package.json
38 lines (38 loc) · 906 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
{
"name": "betwixt",
"version": "1.6.1",
"description": "Web Debugging Proxy based on Chrome DevTools Network panel",
"main": "src/main.js",
"scripts": {
"start": "electron src/main.js",
"test": "jshint src/lib/ src/*.js && jscs src/lib/ src/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kdzwinel/betwixt.git"
},
"keywords": [
"traffic",
"proxy",
"mitm",
"devtools"
],
"author": "Konrad Dzwinel",
"license": "MIT",
"bugs": {
"url": "https://github.com/kdzwinel/betwixt/issues"
},
"homepage": "https://github.com/kdzwinel/betwixt",
"dependencies": {
"chalk": "^1.1.1",
"http-mitm-proxy": "^0.5.0",
"istextorbinary": "^2.0.0",
"minimist": "^1.2.0"
},
"devDependencies": {
"electron-packager": "^6.0.0",
"electron-prebuilt": "^0.36.12",
"jscs": "^2.6.0",
"jshint": "^2.8.0"
}
}