forked from sintaxi/surge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 854 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
39
{
"name": "surge",
"version": "0.16.0",
"description": "CDN for front-end developers",
"author": "Brock Whitten <[email protected]>",
"bin": "./lib/cli.js",
"dependencies": {
"du": "0.1.0",
"fstream-ignore": "1.0.2",
"is-domain": "0.0.1",
"moniker": "0.1.2",
"netrc": "0.1.4",
"prompt": "~0.2.14",
"progress": "1.1.8",
"request": "2.40.0",
"split": "0.3.1",
"surge-ignore": "0.2.0",
"tar": "1.0.0",
"tar.gz": "0.1.1",
"url-parse-as-address": "1.0.0",
"read": "1.0.5",
"minimist": "1.1.1"
},
"devDependencies": {
"mocha": "*",
"nixt": "0.4.1",
"should": "7.1.0"
},
"license": "ISC",
"main": "./lib/surge.js",
"ignore": ["test"],
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/sintaxi/surge.git"
}
}