-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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": "sts",
"version": "3.0.2",
"description": "a STatic Server",
"main": "index.js",
"keywords": [
"cloudcome",
"ydr.me",
"static",
"server",
"sts"
],
"author": "#云淡然<[email protected]>",
"homepage": "https://github.com/nodejs-clis/sts",
"repository": {
"type": "git",
"url": "https://github.com/nodejs-clis/sts"
},
"bin": {
"sts": "./bin/sts.js"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"readmeFilename": "readme.md",
"dependencies": {
"blear.classes.template": "^2.0.8",
"blear.node.cli": "^1.4.2",
"blear.node.console": "^1.1.3",
"blear.node.debug": "^1.0.4",
"blear.node.encryption": "^1.0.2",
"blear.node.mime": "^1.0.1",
"blear.node.system": "^1.0.7",
"blear.utils.access": "^1.0.5",
"blear.utils.number": "^1.0.3",
"blear.utils.object": "^1.0.14",
"blear.utils.typeis": "^1.0.3",
"blear.utils.url": "^1.0.19",
"highlight.js": "^8.9.1",
"marked": "^0.5.0",
"open": "0.0.5"
}
}