Skip to content

Commit

Permalink
added bower support for package management
Browse files Browse the repository at this point in the history
  • Loading branch information
dperini committed Oct 25, 2014
1 parent aa76f27 commit 81d12c3
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "ContentLoaded",
"version": "1.2",
"homepage": "https://github.com/dperini/ContentLoaded",
"authors": [
"Diego Perini <diego.perini@gmail.com>"
],
"description": "A cross-browser wrapper for DOMContentLoaded",
"main": "src/contentloaded.min.js",
"moduleType": [
"globals"
],
"keywords": [
"ie",
"boot",
"load",
"ready",
"onload",
"domready",
"crossbrowser",
"cross-browser",
"readystatechange",
"domcontentloaded"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 81d12c3

Please sign in to comment.