This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sergey Tatarintsev
committed
Jun 18, 2014
1 parent
8547f87
commit 2697f75
Showing
2 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "gemini", | ||
"version": "0.3.4", | ||
"version": "0.4.0", | ||
"description": "UI Screenshot testing utility", | ||
"bin": { | ||
"gemini": "./bin/gemini" | ||
|
@@ -31,9 +31,24 @@ | |
"test-func": "istanbul test _mocha test/functional", | ||
"test": "istanbul test _mocha test test/functional" | ||
}, | ||
"author": "", | ||
"author": "Sergey Tatarintsev <[email protected]> (https://github.com/SevInf)", | ||
"license": "MIT", | ||
"directories": { | ||
"test": "test" | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/bem/gemini.git" | ||
}, | ||
"keywords": [ | ||
"test", | ||
"testing", | ||
"screenshot", | ||
"selenium", | ||
"layout" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/bem/gemini/issues" | ||
}, | ||
"homepage": "https://github.com/bem/gemini" | ||
} |