django-vue3-admin-web/node_modules/picomodal/bower.json
2025-10-20 21:21:14 +08:00

29 lines
664 B
JSON

{
"name": "picoModal",
"version": "3.0.0",
"homepage": "https://github.com/Nycto/PicoModal",
"authors": [
"James Frasca <James@RoundEights.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/Nycto/PicoModal.git"
},
"dependencies": {},
"description": "A self-contained modal library",
"main": "src/picoModal.js",
"keywords": [ "modal", "popup", "vanilla" ],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"*.md",
"Gruntfile.js",
"bower.json",
"build"
]
}