Files
go-jdenticon/jdenticon-js/bower.json
Kevin McIntyre f84b511895 init
2025-06-18 01:00:00 -04:00

33 lines
531 B
JSON

{
"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"
]
}