Skip to content

Commit

Permalink
Merge pull request #18 from jb55/component
Browse files Browse the repository at this point in the history
Add component.json
  • Loading branch information
ded committed Jun 3, 2013
2 parents 316b0ed + b2a3290 commit 5c03b50
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "domready",
"repo": "ded/domready",
"description": "bullet proof DOM ready method",
"version": "0.2.11",
"homepage": "https://github.com/ded/domready",
"author": "Dustin Diaz <[email protected]> (http://dustindiaz.com)",
"keywords": [
"domready",
"dom"
],
"dependencies": {},
"development": {},
"license": "MIT",
"main": "ready.js",
"scripts": [
"ready.js"
]
}

0 comments on commit 5c03b50

Please sign in to comment.