Skip to content

Commit

Permalink
Merge pull request #230 from xieyu33333/master
Browse files Browse the repository at this point in the history
bower dependence
  • Loading branch information
xieyu33333 committed Jun 24, 2015
2 parents b9886ae + 3cb1e58 commit b46324e
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,11 @@ Here provides a clear description of what options you are able to manipulate:
if you have any questions or find any bugs, please post issues to tell us.
[Feedback](https://github.com/BE-FE/iSlider/issues/new?title=Bug%3A%20&body=)

##Get iSlider

- You could download the sourcecode form github here.
- Using `bower install iSlider`.
- Using `npm install islider.js`


##License (MIT)
Expand Down
7 changes: 7 additions & 0 deletions README_Chinese.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,13 @@ var data = [{
##联系我们
对iSlider的使用有任何问题,或者发现bug,欢迎给我们反馈:
[提交反馈](https://github.com/BE-FE/iSlider/issues/new?title=Bug%3A%20&body=)

##如何获取

- 直接在Github网站进行下载
- 如果使用bower进行包管理,可以使用 `bower install iSlider`进行安装.
- 可以使用 `npm install islider.js`

##License (MIT)

Copyright (c) 2014 BE-FE
Expand Down
27 changes: 27 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "iSlider",
"homepage": "https://github.com/BE-FE/iSlider",
"description": "light smooth mobile slide plugin",
"main": [
"build/islider.js",
"build/islider.css",
"build/islider_core.js"
],
"keywords": [
"slide",
"mobile"
],
"authors": [
"qbaty",
"xieyu33333"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"version": "1.1.1"
}

0 comments on commit b46324e

Please sign in to comment.