forked from totorojs/totoro-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.12 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
{
"name": "totoro-server",
"version": "0.2.1",
"description": "Server side of totoro.",
"homepage": "https://github.com/totorojs/totoro-server",
"keywords": [
"front-end",
"unit test",
"automation"
],
"author": "kangpangpang <[email protected]>",
"contributors": [
"fool2fish <[email protected]>"
],
"engines": {
"node": ">= 0.8.17"
},
"dependencies": {
"commander": "~1.1.1",
"async": "~0.2.7",
"express": "~3.1.0",
"socket.io": "~0.9.14",
"useragent":"~2.0.3",
"colorful": "~2.0.2",
"totoro-log": "~0.1.2",
"totoro-common": "~0.1.0",
"when": "~2.0.1",
"iconv-lite": "~0.2.8",
"request": "~2.21.0",
"semver": "~1.1.4"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.3.0"
},
"repository": {
"type": "git",
"url": "[email protected]:totorojs/totoro-server.git"
},
"main":"./lib/server",
"bin": {
"totoro-server": "./bin/totoro-server"
},
"preferGlobal": true
}