Skip to content

Commit

Permalink
Create bower.json
Browse files Browse the repository at this point in the history
adding bower.json to support having this package as dependency. Somehow it is registered with bower but didn't have a bower.json
  • Loading branch information
benkroeger committed Oct 6, 2014
1 parent dc0497e commit 1592265
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions bower.json
@@ -0,0 +1,37 @@
{
"name": "superslides",
"homepage": "https://github.com/nicinabox/superslides",
"version": "0.6.2",
"author": {
"name": "Nic Aitch",
"email": "nic@nicinabox.com",
"url": "http://nicinabox.com"
},
"description": "A fullscreen, hardware accelerated slider for jQuery.",
"main": [
"dist/jquery.superslides.js",
"dist/stylesheets/superslides.css"
],
"keywords": [
"superslides",
"fullscreen",
"slider",
"jquery",
"JavaScript"
],
"licenses": [{
"type": "MIT",
"url": "https://github.com/nicinabox/superslides/blob/master/LICENSE-MIT"
}],
"dependencies": {
"jquery": "*"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
]
}

0 comments on commit 1592265

Please sign in to comment.