mirror of
https://github.com/jlgarridol/Modalizer.js.git
synced 2026-02-13 16:41:35 +01:00
41 lines
1001 B
JSON
41 lines
1001 B
JSON
{
|
|
"name": "@jlgarridol/modalizer.js",
|
|
"version": "1.0.2",
|
|
"description": "Lightweight extension over bootstrap's modals to improve of the control, animations and visualization of modal windows.",
|
|
"main": "dist/js/modalizer.js",
|
|
"style": "dist/css/modalizer.css",
|
|
"scripts": {
|
|
"test": "echo \"No test specified\" && exit 0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jlgarridol/modalizer.js.git"
|
|
},
|
|
"keywords": [
|
|
"bootstrap",
|
|
"modals",
|
|
"animation",
|
|
"navigation",
|
|
"css",
|
|
"javascript"
|
|
],
|
|
"author": "Jose Luis Garrido-Labrador",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jlgarridol/modalizer.js/issues"
|
|
},
|
|
"homepage": "http://modalizerjs.jlgarridol.com",
|
|
"dependencies": {
|
|
"animate.css": "^4.1.0",
|
|
"bootstrap": "^4.5.2",
|
|
"jquery": "^3.5.1"
|
|
},
|
|
"directories": {
|
|
"doc": "doc"
|
|
},
|
|
"devDependencies": {},
|
|
"publishConfig": {
|
|
"registry": "https://npm.pkg.github.com/"
|
|
}
|
|
}
|