Skip to content

Commit

Permalink
add bower support
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciosoares committed Sep 27, 2015
1 parent d038f72 commit 86556ce
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "provent",
"main": "dist/provent.js",
"version": "0.0.1",
"authors": [
"Mauricio Soares <[email protected]>"
],
"description": "Promises and Events... combined.",
"keywords": [
"promises",
"events",
"dom"
],
"license": "Beerware",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 86556ce

Please sign in to comment.