Skip to content

Commit

Permalink
complete bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebachelier committed Jan 29, 2014
1 parent f0f1d62 commit e58b51c
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "swiper",
"repo": "nolimits4web/Swiper",
"repository": {
"type": "git",
"url": "https://github.com/nolimits4web/Swiper.git"
},
"description": "Mobile touch slider and framework with hardware accelerated transitions",
"version": "2.4.2",
"author": "Vladimir Kharlampidi",
"homepage": "http://www.idangero.us/sliders/swiper/",
"keywords": ["swiper", "swipe", "slider"],
"dependencies": {
},
Expand All @@ -13,5 +18,15 @@
"styles": [
"dist/idangerous.swiper.css"
],
"license": "MIT"
"license": ["GPL", "MIT"],
"dependencies": {},
"ignore": [
".*",
"demo-apps",
"demos",
"Gruntfile",
"lib",
"node_modules",
"package.json"
]
}

0 comments on commit e58b51c

Please sign in to comment.