-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
57 lines (57 loc) · 1.22 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": "totoro-server",
"version": "2.0.3",
"description": "Server side of totoro.",
"homepage": "https://github.com/totorojs/totoro-server",
"keywords": [
"front-end",
"cross-browser",
"testing",
"tool",
"totoro",
"server"
],
"author": "fool2fish <[email protected]>",
"contributors": [
"kangpangpang <[email protected]>"
],
"engines": {
"node": ">= 0.10.12"
},
"dependencies": {
"commander": "~2.3.0",
"utilx": "~0.0.8",
"colorful": "~2.1.0",
"express": "~4.9.0",
"body-parser": "~1.8.2",
"socket.io": "~1.1.0",
"detector":"~2.1.1",
"tracer": "~0.7.3",
"when": "~3.4.6",
"iconv-lite": "~0.4.4",
"request": "~2.44.0",
"jscoverage": "0.3.7"
},
"devDependencies": {
"grunt": "0.4.1",
"grunt-shell": "0.2.2",
"grunt-mocha-test": "0.6.2",
"grunt-contrib-jshint": "0.3.0",
"mocha": "1.12.0",
"expect.js": "0.2.0",
"sinon": "1.7.3",
"shelljs": "0.1.4",
"rewire": "1.1.3"
},
"repository": {
"type": "git",
"url": "[email protected]:totorojs/totoro-server.git"
},
"bin": {
"totoro-server": "./bin/totoro-server"
},
"scripts": {
"test": "mocha tests/"
},
"preferGlobal": true
}