-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.57 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "marvin",
"version": "0.3.1",
"dependencies": {
"async": "*",
"backbone": "^1.3.3",
"backbone-forms": "^0.14.1",
"electron": "^1.4.5",
"electron-menus": "^0.1.0",
"html-entities": "^1.2.0",
"jquery": "^3.1.1",
"mkdirp": "^0.5.1",
"regex": "^0.1.1",
"ssl-root-cas": "^1.2.3",
"underscore": "^1.8.3"
},
"description": "HTTP/HTTPS debugging proxy",
"main": "index.js",
"devDependencies": {
"del": "^2.2.2",
"electron-packager": "^8.2.0",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.2",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.0",
"gulp-css-rebase-urls": "0.0.5",
"gulp-debug": "^2.1.2",
"gulp-help": "^1.6.1",
"gulp-if": "^2.0.2",
"gulp-jsdoc3": "^1.0.0",
"gulp-less": "^3.2.0",
"gulp-print": "^2.0.1",
"gulp-rimraf": "^0.2.1",
"gulp-util": "^3.0.7",
"httpdispatcher": "*",
"mocha": "*",
"request": "*",
"shelljs": "^0.7.5",
"vinyl-paths": "^2.1.0"
},
"scripts": {
"test": "mocha -R spec --recursive",
"start": "./node_modules/.bin/electron .",
"build": "./node_modules/.bin/electron-packager --overwrite . Marvin --ignore=node_modules/electron-*"
},
"repository": {
"type": "git",
"url": "[email protected]:robertblackwell/marvin.git"
},
"keywords": [
"poxy",
"mitm",
"debugger",
"certificate",
"httpsserver"
],
"author": "Robert Blackwell <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/robertblackwell/marvin/issues"
},
"engines": {
"node": ">=0.10"
}
}