-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
61 lines (61 loc) · 1.26 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
{
"name": "rtd",
"preferGlobal": true,
"analyze": false,
"version": "0.0.1",
"author": "Sam Hatoum <sam@xolvio.com>",
"description": "The Meteor test runner",
"contributors": [
{
"name": "Miguel Alvarado",
"email": "miguel@xolvio.com"
}
],
"repository": {
"type": "git",
"url": "git@github.com:xolvio/rtd.git"
},
"keywords": [
"feedback",
"test",
"tdd",
"rtd",
"acceptance",
"testing",
"test runner"
],
"dependencies": {
"istanbul": "~0.2.4",
"jasmine-node": "~1.14.5",
"selenium-webdriver": "~2.39.0",
"grunt": "~0.4.2",
"grunt-bg-shell": "~2.3.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-zip": "~0.12.0",
"freeport": "~1.0.2",
"request": "~2.33.0",
"hash_file": "~0.1.1",
"growl": "~1.7.0",
"libnotify": "~1.0.4",
"grunt-contrib-coffee": "~0.9.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-cucumber": "~0.2.3",
"grunt-coffeelint": "0.0.8"
},
"devDependencies": {
},
"peerDependencies": {
"karma": "~0.10.9",
"karma-coverage": "~0.1.5",
"karma-junit-reporter": "~0.2.1"
},
"bundledDependencies": [],
"license": "MIT",
"engines": {
"node": ">=0.10",
"npm": "1.1.32"
},
"bin": {
"rtd": "./rtd"
}
}