Skip to content

Commit

Permalink
Updated bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dhm80 committed Feb 29, 2016
1 parent 56d1e73 commit dd45829
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
{
"name": "fireworks",
"name": "jquery-fireworks",
"description": "Beautiful HTML5 canvas firework build with jQuery",
"license": "MIT",
"repository": "git://github.com/dhm80/JsFireworks.git",
"keywords": [
"js",
"jquery",
"javascript",
"js",
"firework",
"fireworks"
]
],
"ignore": [
"/.*",
"*.md",
"bower.json",
"index.html"
],
"main": [
"js/fireworks.js"
],
"dependencies": {
"jquery": ">=1.7.0"
}
}

0 comments on commit dd45829

Please sign in to comment.