Skip to content

Commit b91fd9b

Browse files
committed
use sync-webdriver for selenium tests
1 parent 62d27c2 commit b91fd9b

2 files changed

Lines changed: 244 additions & 279 deletions

File tree

package.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,29 @@
44
"description": "Screenshots with JavaScript",
55
"version": "0.4.0",
66
"author": {
7-
"name":"Niklas von Hertzen (@niklasvh)"
7+
"name": "Niklas von Hertzen (@niklasvh)"
88
},
99
"engines": {
1010
"node": ">=0.8.0"
1111
},
1212
"dependencies": {
1313
"base64-arraybuffer": ">= 0.1.0",
1414
"png-js": ">= 0.1.1",
15-
"webdriver.js": ">= 0.1.0"
15+
"sync-webdriver": ">=0.1.1",
16+
"express": "~3.2.3",
17+
"baconjs": "~0.3.15"
1618
},
17-
"devDependencies":{
19+
"devDependencies": {
1820
"grunt": ">=0.4.0",
1921
"grunt-contrib-concat": "*",
2022
"grunt-contrib-uglify": "*",
2123
"grunt-contrib-jshint": "*",
2224
"grunt-contrib-qunit": "*"
2325
},
2426
"homepage": "http://html2canvas.hertzen.com",
25-
"licenses": [{
26-
"type": "MIT"
27-
}]
28-
29-
}
27+
"licenses": [
28+
{
29+
"type": "MIT"
30+
}
31+
]
32+
}

0 commit comments

Comments
 (0)