-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.19 KB
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
{
"name": "proxymanager",
"version": "1.0.0",
"description": "Proxy manager built on top of Node.js",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/perimetral/proxymanager.git"
},
"keywords": [
"proxy",
"proxies",
"socks",
"http"
],
"author": "perimetral",
"license": "BSD-4-Clause",
"bugs": {
"url": "https://github.com/perimetral/proxymanager/issues"
},
"homepage": "https://github.com/perimetral/proxymanager#readme",
"dependencies": {
"body-parser": "^1.15.2",
"commander": "^2.9.0",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express-session": "^1.14.0",
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.2",
"handlebars-helpers": "^0.7.5",
"http-proxy": "^1.14.0",
"mongoose": "^4.5.9",
"morgan": "^1.7.0",
"nedb": "^1.8.0",
"node-uuid": "^1.4.7",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"request": "^2.74.0",
"socket.io": "^1.4.8"
},
"devDependencies": {
"gulp-util": "^3.0.7"
}
}