-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 736 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 736 Bytes
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
{
"name": "nodeunblocker.com",
"description": "Web proxy for evading internet censorship",
"author": "Nathan Friedly - http://nfriedly.com",
"version": "1.0.0",
"private": "true",
"homepage": "http://nodeunblocker.com/",
"dependencies": {
"express": "^4.13.0",
"gatling": "~1.2.0",
"newrelic": "^1.20.2",
"through": "^2.3.8",
"async": "^2.0.0",
"content-type": "^1.0.1",
"cookie": "^0.3.1",
"debug": "^2.2.0",
"iconv-lite": "^0.4.13",
"lodash": "^4.4.0",
"mime": "^1.3.4",
"set-cookie-parser": "^1.0.2",
"tld": "0.0.2"
},
"engines": {
"node": ">=4.3",
"npm": ">=2.7.0"
},
"scripts": {
"start": "node ./node_modules/gatling/gatling.js ./app.js"
}
}