-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
74 lines (74 loc) · 1.61 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
67
68
69
70
71
72
73
74
{
"name": "queen",
"version": "0.6.0",
"description": "A platform for running scripts on many browsers",
"main": "index.js",
"dependencies": {
"commander": "~1.0.4",
"express": "~3.0.0",
"queen-remote": "~0.4.1",
"node-uuid": "~1.3.3",
"socket.io": "~0.9.10",
"useragent": "~1.1.0",
"its": "~1.0.0",
"queen-populator-plugin": "~0.2.0",
"queen-monitor-plugin": "~0.1.0"
},
"devDependencies": {
"grunt": "~0.4.0",
"bower": "~1.2.8",
"grunt-hug": "~0.5.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-less": "~0.9.0",
"grunt-soy-compile": "~0.4.0",
"mocks": "~0.0.10",
"sinon": "~1.5.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.3.2"
},
"scripts": {
"test": "grunt default test"
},
"engines": {
"node": "~0.10.0"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/turn/queen.git"
},
"keywords": [
"browser",
"runner",
"distributed",
"js",
"javascript",
"queen",
"controller",
"remote-execution",
"remote",
"test-runner",
"test",
"remote",
"parallel",
"browser"
],
"homepage": "http://queenjs.com",
"bin": {
"queen": "./bin/queen"
},
"author": {
"name": "Ozan Turgut",
"email": "[email protected]",
"url": "http://ozan.io"
},
"licenses": [
{
"type": "Apache License 2.0",
"url": "https://github.com/turn/queen/blob/master/LICENSE-APACHE2"
}
]
}