forked from lksv/node-resemble.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 774 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 774 Bytes
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
{
"name": "node-resemble-js",
"version": "0.2.0",
"description": "Image analysis and comparison for nodejs",
"main": "resemble.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/lksv/node-resemble.js.git"
},
"keywords": [
"comparison",
"image",
"diff",
"compare"
],
"author": "Lukas Svoboda <lukas.svoboda@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lksv/node-resemble.js/issues"
},
"homepage": "https://github.com/lksv/node-resemble.js",
"dependencies": {
"readimage": "1.1.1",
"pngjs": "~2.2.0",
"jpeg-js": "0.2.0"
},
"devDependencies": {
"gulp": "3.9.0",
"gulp-jasmine": "2.2.1",
"gulp-util": "3.0.7"
}
}