-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.76 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
66
67
68
69
70
71
72
73
{
"name": "Reversee",
"version": "1.0.6",
"main": "src/main.js",
"productName": "Reversee",
"description": "Reverse Proxy Web Debugger",
"scripts": {
"pack": "electron-builder --dir",
"dist": "electron-builder",
"release": "build",
"test": "./node_modules/.bin/mocha tests/ --timeout 10000 -R spec",
"start": "./node_modules/.bin/electron src/main.js dev"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"electron": "5.0.2",
"electron-builder": "^20.41.0",
"electron-prebuilt-compile": "4.0.0",
"electron-publisher-s3": "^20.17.2",
"mocha": "^3.0.2",
"rimraf": "^2.5.4",
"spectron": "^3.7.11"
},
"dependencies": {
"about-window": "^1.13.4",
"bootstrap": "^3.3.7",
"bootstrap-select": "^1.12.2",
"electron-config": "^1.0.0",
"electron-google-analytics": "^0.1.0",
"electron-log": "^2.2.14",
"electron-updater": "4.1.2",
"electron-window-state": "^4.1.1",
"font-awesome": "^4.7.0",
"http-shutdown": "^1.2.0",
"jquery": "^3.1.0",
"js-beautify": "^1.7.5",
"jws": "^4.0.0",
"lodash": "^4.17.4",
"monaco-editor": "0.17.1",
"node-forge": "^0.8.1",
"request-to-curl": "^0.1.1",
"source-map-support": "^0.5.3",
"split.js": "1.3.5",
"uuid4": "^1.0.0"
},
"build": {
"appId": "ninja.reversee",
"mac": {
"category": "public.app-category.developer-tools"
},
"linux": {
"target": [
"AppImage",
"deb",
"zip"
]
},
"publish": {
"provider": "s3",
"bucket": "reverseeapp"
},
"files": [
"!build-scripts",
"!tests"
]
},
"author": {
"name": "Gal Ben Ami",
"email": "galusben@gmail.com"
},
"homepage": "https://reversee.ninja"
}