Skip to content

Commit

Permalink
Merge pull request #44 from dz0ny/master
Browse files Browse the repository at this point in the history
Add: Bower support
  • Loading branch information
carlsednaoui committed May 31, 2014
2 parents 81f6159 + bda7eaf commit 7cf9f7f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "ouibounce",
"version": "0.0.8",
"homepage": "https://github.com/carlsednaoui/ouibounce",
"authors": [
"Carl Sednaoui"
],
"description": "Show some HTML before visitors leave your site.",
"main": "build/ouibounce.js",
"moduleType": [
"amd",
"globals"
],
"keywords": [
"modal",
"leave",
"page",
"marketing"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"source",
"test",
"tests"
]
}

0 comments on commit 7cf9f7f

Please sign in to comment.