forked from v2ray/v2ray-panel-master
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 830 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
{
"name": "v2ray-panel",
"version": "0.1.0",
"description": "V2Ray Panel",
"main": "backend/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/v2ray/v2ray-Panel.git"
},
"keywords": [
"v2ray",
"proxy",
"panel"
],
"author": "The V2Ray Panel Authors",
"license": "ISC",
"bugs": {
"url": "https://github.com/v2ray/v2ray-Panel/issues"
},
"homepage": "https://github.com/v2ray/v2ray-Panel#readme",
"dependencies": {
"bcrypt": "^1.0.2",
"commander": "^2.11.0",
"ice-node": "^0.2.0",
"ip-address": "^5.8.8",
"mongodb": "^2.2.30",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"tesserarius": "^0.3.2",
"tmp": "^0.0.31",
"uuid": "^3.1.0"
}
}