mirror of
https://github.com/WilliamsNY/contain-element.git
synced 2024-11-21 13:52:32 -05:00
17 lines
368 B
JSON
17 lines
368 B
JSON
{
|
|
"name": "contain-element",
|
|
"description": "A JavaScript plugin to contain an element within its parent element",
|
|
"authors": [
|
|
"Kevin MacMartin",
|
|
"Luke Evers"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./contain-element.js",
|
|
"ignore": [
|
|
"**/.*"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/WilliamsNY/contain-element.git"
|
|
}
|
|
}
|