-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.46 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "elev",
"version": "1.1.0",
"private": false,
"description": "Easy Let’s Encrypt Visa(简洁的 Let’s Encrypt 签证)",
"scripts": {},
"preferGlobal": false,
"bin": {
"elev": "./bin/elev.js"
},
"engines": {
"node": ">= 6.0.0",
"iojs": ">= 1.0.0"
},
"main": "index.js",
"keywords": [
"cloudcome",
"ydr.me"
],
"author": "#云淡然 <[email protected]> (https://ydr.me/)",
"contributors": [],
"homepage": "https://github.com/nodejs-clis/lev",
"repository": {
"type": "git",
"url": "https://github.com/nodejs-clis/lev"
},
"bugs": {
"url": "https://github.com/nodejs-clis/lev/issues"
},
"dependencies": {
"acme-client": "^2.0.1",
"blear.classes.class": "^1.1.7",
"blear.classes.error": "^1.0.4",
"blear.node.cli": "^1.2.1",
"blear.node.console": "^1.1.3",
"blear.node.path": "^1.0.8",
"blear.node.request": "^2.0.9",
"blear.utils.array": "^1.0.12",
"blear.utils.date": "^1.0.11",
"blear.utils.number": "^1.0.3",
"blear.utils.object": "^1.0.14",
"blear.utils.plan": "^2.2.1",
"blear.utils.querystring": "^1.0.5",
"blear.utils.random": "^1.0.4",
"blear.utils.string": "^1.0.10",
"blear.utils.time": "^1.0.6",
"blear.utils.typeis": "^1.0.3",
"fs-extra": "^7.0.0",
"ini": "^1.3.5",
"later": "^1.2.0",
"nodemailer": "^4.6.8",
"punycode": "^2.1.1"
},
"peerDependencies": {},
"devDependencies": {},
"license": "MIT"
}