-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 893 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
37
38
{
"name": "transfer",
"version": "1.0.7",
"description": "Transfer requests from public url to your localhost",
"main": "index.js",
"scripts": {
"test": "nyc mocha --timeout=3000 && eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Javascipt/transfer.git"
},
"keywords": [
"transfer",
"tunnel",
"forward",
"http",
"server",
"request"
],
"author": "Khalid Rehioui <[email protected]> (https://github.com/javascipt)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Javascipt/transfer/issues"
},
"homepage": "https://github.com/Javascipt/transfer#readme",
"dependencies": {
"request": "~2.83.0",
"socket.io-client": "~2.0.4",
"uuid": "~3.1.0"
},
"devDependencies": {
"mock-require": "~3.0.1",
"mock-socket": "~7.1.0",
"nock": "~9.1.6",
"nyc": "~11.4.1"
}
}