forked from SamHatoum/rtd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.25 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.25 KB
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
{
"name": "realtime-development",
"preferGlobal": true,
"version": "0.0.1",
"author": "Sam Hatoum <sam@xolvio.com>",
"description": "a unit and acceptance testing approach to Meteor apps",
"contributors": [
{
"name": "Paul Dunnavant",
"email": "paul@xolvio.com"
},
{
"name": "Miguel Alvarado",
"email": "miguel@xolvio.com"
}
],
"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"
},
"bundledDependencies": [],
"license": "MIT",
"engines": {
"node": ">=0.10"
}
}