UNPKG

1.07 kBJSONView Raw
1{
2 "name": "image-diff",
3 "description": "Create image differential between two images",
4 "version": "0.1.1",
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 "temporary": "0.0.7"
36 },
37 "devDependencies": {
38 "mocha": "~1.11.0",
39 "grunt": "~0.4.1",
40 "grunt-contrib-jshint": "~0.6.0",
41 "grunt-contrib-watch": "~0.4.0",
42 "get-pixels": "~1.0.1",
43 "grunt-cli": "~0.1.11"
44 },
45 "keywords": [
46 "image",
47 "diff"
48 ]
49}