@syngrisi/node-resemble.js 2.0.1 → 2.1.31-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -7
package/package.json
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syngrisi/node-resemble.js",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.31-alpha.0",
|
|
4
4
|
"description": "Image analysis and comparison for nodejs",
|
|
5
5
|
"main": "resemble.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "gulp test",
|
|
8
8
|
"build": "echo build",
|
|
9
|
-
"release": "release-it --github.release"
|
|
9
|
+
"release": "release-it --github.release",
|
|
10
|
+
"pkglist": "npx npm-packlist # list of files that will be published in syngrisi package, show the files section"
|
|
10
11
|
},
|
|
11
12
|
"repository": {
|
|
12
13
|
"type": "git",
|
|
13
|
-
"url": "git+
|
|
14
|
+
"url": "git+git@github.com:syngrisi/syngrisi.git",
|
|
14
15
|
"directory": "packages/node-resemble.js"
|
|
15
16
|
},
|
|
16
17
|
"keywords": [
|
|
@@ -25,18 +26,18 @@
|
|
|
25
26
|
},
|
|
26
27
|
"license": "MIT",
|
|
27
28
|
"bugs": {
|
|
28
|
-
"url": "https://github.com/
|
|
29
|
+
"url": "https://github.com/syngrisi/syngrisi/issues"
|
|
29
30
|
},
|
|
30
|
-
"homepage": "https://github.com/
|
|
31
|
+
"homepage": "https://github.com/syngrisi/syngrisi/node-resemble.js/",
|
|
31
32
|
"dependencies": {
|
|
32
33
|
"jpeg-js": "0.4.4",
|
|
33
34
|
"pngjs": "^7.0.0",
|
|
34
35
|
"sharp": "^0.31.3"
|
|
35
36
|
},
|
|
36
37
|
"devDependencies": {
|
|
37
|
-
"gulp": "
|
|
38
|
+
"gulp": "^3.9.1",
|
|
38
39
|
"gulp-jasmine": "4.0.0",
|
|
39
40
|
"gulp-util": "3.0.7"
|
|
40
41
|
},
|
|
41
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "adc129857801f07ff80a435887ddd04fe4182962"
|
|
42
43
|
}
|