This commit is contained in:
Kevin McIntyre
2025-06-18 01:00:00 -04:00
commit f84b511895
228 changed files with 42509 additions and 0 deletions

32
jdenticon-js/bower.json Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "Jdenticon",
"authors": [
"Daniel Mester Pirttijärvi"
],
"description": "Javascript identicon generator",
"main": "dist/jdenticon.js",
"keywords": [
"javascript",
"identicon",
"avatar",
"library"
],
"license": "MIT",
"homepage": "https://jdenticon.com/",
"ignore": [
".npmignore",
".gitignore",
".vs",
"*.bat",
"*.nuspec",
"build",
"gulpfile.js",
"node_modules",
"obj",
"releases",
"src",
"template.*",
"test",
"utils"
]
}