You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
407 B

{
"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"
]
}