23 lines
407 B
JSON
23 lines
407 B
JSON
{
|
|
"name": "popper.js",
|
|
"description": "A kickass library to manage your poppers",
|
|
"main": "src/popper.js",
|
|
"authors": [
|
|
"Federico Zivolo & Andrea Scianò"
|
|
],
|
|
"license": "MIT",
|
|
"moduleType": [
|
|
"amd",
|
|
"es6",
|
|
"globals"
|
|
],
|
|
"homepage": "https://fezvrasta.github.io/popper.js",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|