-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "juxtaposer",
"version": "0.0.10",
"description": "Screen shot capture and comparison tool for testing website changes.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/shutterstock/juxtaposer.git"
},
"author": "shutterstock",
"main": "lib/index",
"bin": {
"juxtaposer": "bin/jux",
"jux": "bin/jux"
},
"license": "MIT",
"dependencies": {
"progress": "^1.1.5",
"colors": "^0.6.2",
"async": "^0.9.0",
"lodash": "^2.4.1",
"nopt": "^2.2.0",
"glob": "^4.0.0",
"swig": "^1.3.2",
"archiver": "^0.9.0",
"phantomjs": "^1.9.7",
"advanced-pool": "^0.3.1",
"semlocks": "^1.1.1",
"phantom": "^0.7.0"
},
"keywords": ["screenshots", "screenshot", "capture", "image-capture", "images", "image"],
"homepage": "https://github.com/shutterstock/juxtaposer",
"bugs": "https://github.com/shutterstock/juxtaposer/issues",
"contributors": [
"wusher <wusher@shutterstock.com>",
"Richard Littauer <richard.littauer@gmail.com>",
"Nadav Dav <nadavik@gmail.com>"
]
}