forked from shadowsocks/shadowsocks-restful-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 991 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
{
"name": "shadowsocks-restful-api",
"version": "0.1.1",
"description": "Secure, reliable, standard restful api for managing shadowsocks-libev",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Eggham Carnegie <[email protected]>",
"license": "ISC",
"dependencies": {
"async-lock": "^1.1.3",
"babel-polyfill": "^6.26.0",
"body-parser": "^1.18.3",
"debug": "^3.1.0",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-validator": "^5.2.0",
"jsonwebtoken": "^8.3.0",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"portastic": "^1.0.1",
"unix-dgram": "^2.0.2",
"validator": "^10.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Eggham/shadowsocks-restful-api.git"
},
"bugs": {
"url": "https://github.com/Eggham/shadowsocks-restful-api/issues"
},
"homepage": "https://github.com/Eggham/shadowsocks-restful-api#readme"
}