create bower json and ignore bower_components directory
This commit is contained in:
parent
fc24bbc631
commit
275a928532
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
bower_components
|
||||
|
25
bower.json
Normal file
25
bower.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user