forked from mikolalysenko/node-retricon-without-canvas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
42
43
{
"name": "retricon-without-canvas",
"license": "BSD",
"version": "1.0.0",
"description": "create indenticon-like visual hashes styled like Github and Gravatar (retro) avatars THAT DOES NOT USE NODE-CANVAS",
"main": "index.js",
"homepage": "https://github.com/sehrgut/node-retricon",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sehrgut/node-retricon.git"
},
"keywords": [
"identicon",
"avatar",
"visualization",
"profile",
"fingerprint",
"image",
"hash",
"visual hash"
],
"authors": [
"Keith Beckman <kbeckman@becknet.com>",
"Mikola Lysenko"
],
"dependencies": {
"color": "^4.2.3",
"concat-stream": "^2.0.0",
"lodash": "^4.17.21",
"ndarray": "^1.0.19",
"ndarray-ops": "^1.2.2",
"save-pixels": "^2.3.6"
},
"readmeFilename": "README.md",
"gitHead": "73c998a681b831486c01eea234363798d728ecf2",
"directories": {
"example": "examples"
},
"devDependencies": {}
}