forked from totorojs/totoro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 977 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
{
"name": "totoro",
"version": "0.3.0",
"description": "A simple, easy-to-use and stable front-end unit testing tool.",
"homepage": "https://github.com/totorojs/totoro",
"keywords": [
"front-end",
"unit test",
"automation"
],
"author": "kangpangpang <kangpangpang@gmail.com>",
"contributors": [
"fool2fish <fool2fish@gmail.com>"
],
"engines": {
"node": ">= 0.8.17"
},
"dependencies": {
"commander": "1.1.1",
"express": "3.1.0",
"socket.io-client": "0.9.11",
"colorful": "2.1.0",
"totoro-log": "0.1.1",
"totoro-common": "0.1.1"
},
"devDependencies": {
"grunt": "0.4.1",
"grunt-contrib-jshint": "0.3.0"
},
"repository": {
"type": "git",
"url": "git@github.com:totorojs/totoro.git"
},
"main":"./lib/client",
"bin": {
"totoro": "./bin/totoro"
},
"preferGlobal": true
}