diff --git a/component.json b/component.json new file mode 100644 index 0000000..f01bdf8 --- /dev/null +++ b/component.json @@ -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 (http://dustindiaz.com)", + "keywords": [ + "domready", + "dom" + ], + "dependencies": {}, + "development": {}, + "license": "MIT", + "main": "ready.js", + "scripts": [ + "ready.js" + ] +}