forked from sintaxi/surge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.01 KB
/
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
39
40
41
42
43
44
{
"name": "surge",
"version": "0.23.1",
"description": "CDN for front-end developers",
"author": "Brock Whitten <[email protected]>",
"bin": "./lib/cli.js",
"dependencies": {
"cli-table3": "^0.5.1",
"colors": "1.4.0",
"inquirer": "^6.2.2",
"is-domain": "0.0.1",
"minimist": "1.2.3",
"moniker": "0.1.2",
"netrc": "0.1.4",
"progress": "1.1.8",
"read": "1.0.5",
"request": "^2.88.0",
"split": "0.3.1",
"surge-fstream-ignore": "^1.0.6",
"surge-ignore": "0.2.0",
"tarr": "1.1.0",
"url-parse-as-address": "1.0.0"
},
"devDependencies": {
"commander": "2.9.0",
"mocha": "^8.3.2",
"nixt": "^0.5.1",
"should": "7.1.0",
"yargs": "3.30.0"
},
"license": "ISC",
"main": "./lib/surge.js",
"ignore": [
"test"
],
"scripts": {
"test": "mocha ./test/basic.js -t 5000",
"test:local": "ENDPOINT='surge.lvh.me' mocha ./test/basic -t 4000"
},
"repository": {
"type": "git",
"url": "https://github.com/sintaxi/surge.git"
}
}