create bower json and ignore bower_components directory

This commit is contained in:
Moritz Meyer 2014-02-26 16:18:07 +01:00 committed by Hyunje Alex Jun
parent fc24bbc631
commit 275a928532
2 changed files with 26 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.DS_Store
node_modules
bower_components

25
bower.json Normal file
View File

@ -0,0 +1,25 @@
{
"name": "perfect-scrollbar",
"version": "0.4.8",
"homepage": "http://noraesae.github.io/perfect-scrollbar/",
"authors": [
"Hyeonje Jun <noraesae@yuiazu.net>"
],
"description": "Tiny but perfect jQuery scrollbar plugin",
"main": [
"min/perfect-scrollbar-0.4.8.min.css",
"min/perfect-scrollbar-0.4.8.min.js",
"min/perfect-scrollbar-0.4.8.with-mousewheel.min.js"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "2.x"
}
}