16fb2bb919
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
25 lines
493 B
JSON
25 lines
493 B
JSON
{
|
|
"name": "popper.js",
|
|
"description": "A kickass library to manage your poppers",
|
|
"main": "dist/umd/popper.js",
|
|
"authors": [
|
|
"Contributors (https://github.com/FezVrasta/popper.js/graphs/contributors)"
|
|
],
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"popperjs",
|
|
"component",
|
|
"drop",
|
|
"tooltip",
|
|
"popover",
|
|
"position",
|
|
"attached"
|
|
],
|
|
"homepage": "https://popper.js.org",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"tests"
|
|
]
|
|
}
|