mirror of
https://github.com/jlgarridol/Modalizer.js.git
synced 2026-02-15 01:21:38 +01:00
Published package
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
<h1 class="col-12 text-center">Modalizer.js</h1>
|
||||
<h5 class="col-7 text-center font-weight-normal">Lightweight extension over bootstrap's modals to improve of the control, animations and visualization of modal windows.</h5>
|
||||
<h6 class="col-12 text-right font-weight-bold">Licensed under MIT, created by José Luis Garrido-Labrador</h6>
|
||||
<hr class="col-4 offset-4"/>
|
||||
<h2 class="col-12 text-center">See it on <a href="https://github.com/jlgarridol/modalizerjs">GitHub</a></h2>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="row">
|
||||
|
||||
12
package.json
12
package.json
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "modalizer.js",
|
||||
"name": "@jlgarridol/modalizer",
|
||||
"version": "1.0.0",
|
||||
"description": "Lightweight extension over bootstrap's modals to improve of the control, animations and visualization of modal windows.",
|
||||
"main": "dist/js/modalizer.js",
|
||||
@@ -24,10 +24,16 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jlgarridol/modalizerjs/issues"
|
||||
},
|
||||
"homepage": "https://github.com/jlgarridol/modalizerjs#readme",
|
||||
"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/" }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user