Skip to content

Commit

Permalink
Configure Bower package
Browse files Browse the repository at this point in the history
  • Loading branch information
skhilko committed Apr 20, 2015
1 parent 5a9a49c commit 40f75e5
Showing 1 changed file with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
{
"name": "stickies",
"private": true,
"name": "stickyheaders",
"devDependencies": {
"normalize.css": "~3.0.2"
}
},
"version": "1.0.0",
"homepage": "http://skhilko.github.io/StickyHeaders/",
"description": "JavaScript library which enables sticky section headers in a scrollable list view",
"main": "dist/scripts/stickyheaders.js",
"moduleType": [
"amd",
"globals",
"node"
],
"authors": [
{
"name": "Siarhei Khilko",
"email": "[email protected]",
"homepage": "https://github.com/skhilko"
}
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 40f75e5

Please sign in to comment.