We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bfa909 commit dffce38Copy full SHA for dffce38
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lineman-spec-browser",
3
- "title": "Test your Lineman app with a web browser",
+ "title": "A Lineman plugin for testing your Lineman app with a browser",
4
"version": "0.0.1",
5
"homepage": "https://github.com/lineman/lineman-spec-browser",
6
"author": {
@@ -14,7 +14,8 @@
14
"main": "main.js",
15
"dependencies": {
16
"coffee-script": "~1.6.3",
17
- "grunt-jasmine-bundle": "~ 0.2.0"
+ "grunt-jasmine-bundle": "~ 0.2.0",
18
+ "webdriver-sync": "~0.8.10"
19
},
20
"peerDependencies": {
21
"lineman": ">= 0.24.0"
0 commit comments