forked from sintaxi/surge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 984 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
40
41
42
{
"name": "surge",
"version": "0.19.0",
"description": "CDN for front-end developers",
"author": "Brock Whitten <brock@chloi.io>",
"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": {
"commander": "2.9.0",
"mocha": "*",
"nixt": "0.4.1",
"should": "7.1.0",
"yargs": "3.30.0"
},
"license": "ISC",
"main": "./lib/surge.js",
"ignore": ["test"],
"scripts": {
"test": "mocha -t 5000",
"test:local": "ENDPOINT='localhost:5001' ./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/sintaxi/surge.git"
}
}