forked from xiaojue/fd-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.5 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
58
59
60
61
62
63
64
65
66
{
"name": "fd-server",
"version": "0.3.21",
"description": "a simple, efficient, convenient RIA development environment",
"keywords": [
"static",
"proxy",
"front-end"
],
"homepage": "https://github.com/liuxiaoyue/fd-server",
"author": [
{
"name": "weixiao909",
"email": "[email protected]",
"url": "http://weibo.com/xiaoyue909"
},
{
"name": "xiaojue",
"email": "[email protected]",
"url": "http://www.tuer.me"
},
{
"name": "RK-WJW",
"email": "[email protected]",
"url": "http://weibo.com/miss714"
}
],
"main": "./bin/fdserver",
"bin": {
"fd-server": "./bin/fdserver"
},
"dependencies": {
"async": "*",
"bouncy": "git://github.com/xiaojue/bouncy.git#dc0f3021f25f000c9eadc5c7fe1091fb97089918",
"commander": "*",
"connect-flash": ">= 0.1.1",
"dstruc": "*",
"ejs": "*",
"express": "3.4.8",
"file-size": "*",
"file-size-watcher": "*",
"forever": "*",
"gaze": "0.5.1",
"hosts-group": "*",
"log4js": "*",
"node-sass": "0.8.6",
"node-static": "0.7.4",
"nproxy": "git://github.com/xiaojue/nproxy.git#10bcbd07624fb36fda261508f43f83c25f247ff3",
"request": "*",
"rimraf": "*",
"sheller": "*",
"socket.io": "0.8.7"
},
"engines": {
"npm": "~1.4.6",
"node": "~0.10.0"
},
"devDependencies": {
"mocha": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/liuxiaoyue/fd-server"
},
"license": "MIT"
}