forked from gemini-testing/gemini
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.44 KB
/
package.json
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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "gemini",
"version": "0.9.8",
"description": "UI Screenshot testing utility",
"bin": {
"gemini": "./bin/gemini"
},
"main": "lib/public-api.js",
"dependencies": {
"chalk": "^0.5.1",
"coa": "~0.4.0",
"css": "^2.1.0",
"png-img": "~0.4.1",
"handlebars": "^2.0.0",
"inherit": "~2.2.1",
"js-yaml": "^3.2.5",
"looks-same": "^1.1.1",
"node.extend": "^1.1.3",
"q": "^1.1.2",
"q-io": "~1.11.0",
"resolve": "^1.1.0",
"source-map": "^0.2.0",
"temp": "~0.8.0",
"wd": "^0.3.4",
"minimatch": "^2.0.1",
"gemini-coverage": "~0.3.0"
},
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.5",
"jscs": "^1.10.0",
"jshint": "^2.5.1",
"mocha": "^2.1.0",
"must": "~0.12.0",
"sinon": "^1.10.2"
},
"scripts": {
"test-unit": "istanbul test _mocha test",
"test-func": "istanbul test _mocha test/functional",
"test": "istanbul test _mocha test test/functional",
"lint": "jshint . && jscs ."
},
"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"
}