forked from dmester/jdenticon
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 966 Bytes
/
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
{
"name": "jdenticon",
"version": "2.0.0",
"description": "Javascript identicon generator",
"main": "index.js",
"browser": "dist/jdenticon.min.js",
"dependencies": {
"canvas-renderer": "~2.0.0"
},
"devDependencies": {
"del": "^1.2.1",
"gulp": "^3.9.0",
"gulp-closure-compiler-service": "^0.5.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-wrap": "^0.11.0",
"gulp-zip": "^3.0.2",
"through2": "^2.0.3",
"module-deps": "^4.1.1",
"strip-bom": "^3.0.0",
"tap": "^10.7.0"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dmester/jdenticon"
},
"bugs": {
"url": "https://github.com/dmester/jdenticon/issues"
},
"keywords": [
"javascript",
"identicon",
"jdenticon",
"avatar"
],
"author": "Daniel Mester Pirttijärvi",
"license": "MIT",
"homepage": "https://github.com/dmester/jdenticon"
}