forked from holyful/fdserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (48 loc) · 783 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "fdserver",
"version": "0.6.3",
"description": "a server for web developer",
"keyworkds": [
"develop",
"tools",
"web",
"server",
"debug"
],
"author": {
"name": "bencode",
"email": "bencode@163.com"
},
"contributors": [
{
"name": "bencode",
"email": "bencode@163.com"
},
{
"name": "xutao.xut",
"email": "xutao.xut@alibaba-inc.com"
}
],
"dependencies": {
"send": ">=0.1.1",
"connect": ">=2.8",
"iconv-lite": ">=0.2.10",
"mime": "~1.2.9"
},
"devDependencies": {
"jade": ">=0.31.1",
"less": ">=1.3",
"markdown": ">=0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/fangdeng/fdserver"
},
"main": "index",
"bin": {
"fdserver": "./bin/fdserver"
},
"engines": {
"node": "*"
}
}