Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Commit

Permalink
add bower.json
Browse files Browse the repository at this point in the history
ref #837
  • Loading branch information
sculove committed May 11, 2016
1 parent efca0a7 commit 5f8675a
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "iscroll",
"description": "Smooth scrolling for the web",
"main": [
"build/iscroll.js"
],
"moduleType": [
"amd",
"node",
"globals"
],
"keywords": [
"scrolling",
"carousel",
"zoom",
"iphone",
"android",
"mobile",
"desktop"
],
"authors": [
"Matteo Spinelli <matteo@cubiq.org> (http://cubiq.org)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cubiq/iscroll.git"
},
"homepage": "http://iscrolljs.com",
"ignore": [
"**/.*",
"build/*",
"dist/*",
"demos/*",
"*.md",
"*.tmp",
"build.js",
"package.json"
]
}

0 comments on commit 5f8675a

Please sign in to comment.