-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 983 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
{
"name": "akamai-staging-proxy",
"version": "1.0.9",
"description": "Node HTTP(s) proxy that runs on port 5050 to helps Akamai customers test their traffic on Akamai staging network",
"main": "index.js",
"author": {
"name": "Akhil Jayaprakash",
"email": "[email protected]",
"url": "https://twitter.com/akhiljp_dev"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akhiljay/Akamai-staging-proxy.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/akhiljay/Akamai-staging-proxy/issues"
},
"homepage": "https://github.com/akhiljay/Akamai-staging-proxy#readme",
"dependencies": {
"body-parser": "^1.18.3",
"connect": "^3.6.6",
"express": "^4.16.4",
"http-proxy": "^1.11.1",
"http-proxy-auth": "0.0.1",
"lokijs": "^1.5.6",
"url": "^0.10.3"
},
"bin": {
"akamai-staging-proxy": "./index.js"
}
}