Skip to content

Commit

Permalink
Add comonent.json and jquery.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCallis committed Dec 19, 2014
1 parent c55498d commit e592335
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
34 changes: 34 additions & 0 deletions avatar.jquery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "avatar",
"title": "Avatar",
"version": "1.0.0",
"description": "JavaScript library for showing Gravatars or generating user avatars from initials.",
"keywords": [
"image",
"avatar",
"gravatar",
"initials"
],
"author": {
"name": "Matthew Callis",
"url": "http://superfamicom.org/"
},
"maintainers": [
{
"name": "Matthew Callis",
"url": "http://superfamicom.org/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/MatthewCallis/avatar/LICENSE"
}
],
"bugs": "https://github.com/MatthewCallis/avatar/issues",
"homepage": "http://matthewcallis.github.io/avatar/",
"docs": "https://github.com/MatthewCallis/avatar",
"dependencies": {
"jquery": ">=1.8"
}
}
9 changes: 9 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Avatar",
"repo": "MatthewCallis/avatar",
"description": "JavaScript library for showing Gravatars or generating user avatars from initials.",
"version": "1.0.0",
"keywords": ["image", "avatar", "gravatar", "initials"],
"scripts": ["avatar.js"],
"license": "MIT"
}

0 comments on commit e592335

Please sign in to comment.