forked from xolvio/rtd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.2 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
{
"name": "rtd",
"preferGlobal": true,
"analyze": false,
"version": "0.0.1",
"author": "Sam Hatoum <[email protected]>",
"description": "The Meteor test runner",
"contributors": [
{
"name": "Miguel Alvarado",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "[email protected]:xolvio/rtd.git"
},
"keywords": [
"feedback",
"test",
"tdd",
"rtd",
"acceptance",
"testing",
"test runner"
],
"dependencies": {
"selenium-webdriver": "2.33.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-exec": "~0.4.0",
"grunt-bg-shell": "~2.0.1",
"grunt-contrib-watch": "~0.3.1",
"grunt-zip": "~0.9.0",
"freeport": "1.0.x",
"request": "2.21.x",
"hash_file": "0.0.x",
"growl": "~1.7.0",
"libnotify": "~1.0.4",
"grunt-contrib-coffee": "~0.7.0",
"karma": "~0.10",
"karma-coverage": "~0.1",
"karma-phantomjs-launcher": "~0.1",
"karma-junit-reporter": "~0.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-cucumber": "~0.2.3",
"grunt-coffeelint": "0.0.7"
},
"bundledDependencies": [],
"license": "MIT",
"engines": {
"node": ">=0.10",
"npm": "1.1.32"
}
}