contain-element/bower.json

18 lines
372 B
JSON
Raw Normal View History

2015-06-30 16:25:10 -04:00
{
"name": "contain-element",
"description": "A JavaScript plugin to contain an element within its parent element",
"authors": [
2015-06-30 16:36:12 -04:00
"Kevin MacMartin",
"Luke Evers"
2015-06-30 16:25:10 -04:00
],
"license": "MIT",
"main": "./contain-element.min.js",
"ignore": [
"**/.*"
],
"repository": {
"type": "git",
"url": "git://github.com/WilliamsNY/contain-element.git"
}
}