forked from xolvio/rtd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 1.88 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
75
76
77
78
79
80
81
82
83
84
{
"name": "realtime-development",
"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": {
"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"
},
"bundledDependencies": [],
"license": "MIT",
"engines": {
"node": ">=0.10",
"npm": "1.1.32"
},
"repository": {
"type": "git",
"url": "https://github.com/xolvio/acute-feedback-development-with-meteor.git"
},
"keywords": [
"feedback",
"test",
"tdd",
"rtd",
"acceptance",
"testing"
],
"dependencies": {
"selenium-webdriver": "2.33.x"
},
"analyze": false,
"devDependencies": {
"grunt": "~0.4.1",
"grunt-exec": "~0.4.0",
"grunt-bg-shell": "~2.0.1",
"grunt-contrib-watch": "~0.3.1",
"grunt-istanbul": "~0.2.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"
},
"bundledDependencies": [],
"license": "MIT",
"engines": {
"node": ">=0.10"
}
}