Skip to content

Commit

Permalink
Add bower.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
tricinel committed Oct 22, 2015
1 parent 6942527 commit 43fb990
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "tota11y",
"description": "An accessibility visualization toolkit",
"main": "build/tota11y.js",
"authors": [
"Jordan Scales <[email protected]>"
],
"license": "MIT",
"keywords": [
"tota11y",
"accessibility",
"khan"
],
"homepage": "https://github.com/Khan/tota11y",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 43fb990

Please sign in to comment.