mirror of
https://github.com/WilliamsNY/contain-element.git
synced 2024-11-24 14:41:26 -05:00
Add a bower.json
This commit is contained in:
parent
18810bd4ef
commit
10009824fc
1 changed files with 16 additions and 0 deletions
16
bower.json
Normal file
16
bower.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "contain-element",
|
||||
"description": "A JavaScript plugin to contain an element within its parent element",
|
||||
"authors": [
|
||||
"Kevin MacMartin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./contain-element.min.js",
|
||||
"ignore": [
|
||||
"**/.*"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/WilliamsNY/contain-element.git"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue