Skip to content

Commit

Permalink
Add metadata to bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ebollens committed Feb 13, 2014
1 parent 7e39dbc commit 4097eec
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
{
"name": "jQuery.ariaMapper",
"version": "0.1.0",
"name": "jquery-aria_mapper",
"description": "jQuery plugin that maps ARIA attributes to semantics",
"version": "0.1.1",
"authors": [
{ "name": "Eric Bollens", "email": "eric@eb.io"," homepage": "http://eb.io" }
],
"keywords": [
"aria",
"accessibility",
"jquery",
"polyfill",
"semantics"
],
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git://github.com/ebollens/jQuery.ariaMapper.git"
},
"main": [
"src/ariaMapper.js",
"src/ariaMapperHelper.js"
],
"ignore": [
"**/.*",
"node_modules",
Expand Down

0 comments on commit 4097eec

Please sign in to comment.