-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 835 Bytes
/
package.json
File metadata and controls
executable file
·40 lines (40 loc) · 835 Bytes
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
{
"name": "wd-sync",
"version": "1.2.5",
"description": "sync version of wd using fibers.",
"keywords": [
"selenium",
"webdriver",
"test",
"fibers",
"sync"
],
"author": "Seb Vincent <seb.vincent@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/sebv/node-wd-sync.git"
},
"main": "./index",
"engine": "node >= 0.6.1",
"scripts": {
"test": "cake test"
},
"dependencies": {
"make-sync": "~0.2.0",
"fibers": "~1.0.1",
"wd": "~0.2.7",
"lodash": "~2.2.1"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"sv-cake-utils": "~0.1.8",
"mocha": "~1.13.0",
"express": "~3.4.4",
"whiskers": "~0.3.1",
"async": "~0.2.9",
"sv-selenium": "~0.2.2",
"chai": "~1.8.1",
"hbs": "~2.4.0",
"request": "~2.27.0"
}
}