UNPKG

1.09 kBJSONView Raw
1{
2 "name": "image-diff",
3 "description": "Create image differential between two images",
4 "version": "0.4.0",
5 "homepage": "https://github.com/uber/image-diff",
6 "author": {
7 "name": "Todd Wolfson",
8 "email": "todd@twolfson.com",
9 "url": "http://twolfson.com/"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/uber/image-diff.git"
14 },
15 "bugs": {
16 "url": "https://github.com/uber/image-diff/issues"
17 },
18 "licenses": [
19 {
20 "type": "MIT",
21 "url": "https://github.com/uber/image-diff/blob/master/LICENSE-MIT"
22 }
23 ],
24 "main": "lib/image-diff",
25 "engines": {
26 "node": ">= 0.8.0"
27 },
28 "scripts": {
29 "test": "grunt jshint && mocha"
30 },
31 "dependencies": {
32 "async": "~0.2.9",
33 "gm": "~1.13.3",
34 "mkdirp": "~0.3.5",
35 "tmp": "0.0.23",
36 "shell-quote": "~1.4.1"
37 },
38 "devDependencies": {
39 "mocha": "~1.11.0",
40 "grunt": "~0.4.1",
41 "grunt-contrib-jshint": "~0.6.0",
42 "grunt-contrib-watch": "~0.4.0",
43 "get-pixels": "~1.0.1",
44 "grunt-cli": "~0.1.11"
45 },
46 "keywords": [
47 "image",
48 "diff"
49 ]
50}
\No newline at end of file