-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
64 lines (64 loc) · 1.77 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
{
"name": "pro-xy-ui",
"version": "0.5.5",
"description": "User interface for pro-xy",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"t": "node -e 'console.log(process.env.USER)'"
},
"license": "ISC",
"bin": {
"pro-xy-ui": "./bin/pro-xy-ui"
},
"repository": "https://github.com/adros/pro-xy-ui.git",
"author": "adros1@gmail.com",
"dependencies": {
"@angular/animations": "^4.2.4",
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/forms": "^4.2.4",
"@angular/http": "^4.2.4",
"@angular/material": "^2.0.0-beta.7",
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.2.4",
"@angular/router": "^4.2.4",
"@angular/upgrade": "^4.2.4",
"bootstrap": "^4.0.0-alpha.6",
"date-format": "^1.1.0",
"diff": "^3.1.0",
"download": "github:adros/download#v503",
"escape-string-regexp": "^1.0.5",
"json-stable-stringify": "^1.0.1",
"ng2-dnd": "^4.2.0",
"nw": "^0.34.5",
"pro-xy": "^0.1.18",
"pro-xy-auto-responder": "^0.2.0",
"pro-xy-cookie-replace": "^0.1.1",
"pro-xy-delay": "^0.1.1",
"pro-xy-header-replace": "^0.1.2",
"pro-xy-url-replace": "^0.1.5",
"pro-xy-ws-api": "^0.1.10",
"rangy": "^1.3.0",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.4.1",
"semver": "^5.3.0",
"socket.io-client": "^2.0.3",
"systemjs": "^0.20.14",
"valid-url": "^1.0.9",
"zone.js": "^0.8.12"
},
"window": {
"title": "PRO-XY UI",
"toolbar": false,
"frame": true,
"width": 1200,
"height": 800,
"position": "mouse",
"fullscreen": false,
"icon": "dist/icon.png"
},
"chromium-args": "--enable-logging",
"devDependencies": {}
}