mirror of
https://github.com/valitydev/gentelella.git
synced 2024-11-06 08:15:17 +00:00
6a6db2ea23
Update also fix some following problem: - Switcher now working - Datatable header fix example is now working - Add missing starrr ratings - Some mobile responsiveness on table.html page
37 lines
770 B
JSON
37 lines
770 B
JSON
{
|
|
"name": "pnotify",
|
|
"description": "JavaScript notification plugin.",
|
|
"main": [
|
|
"dist/pnotify.animate.js",
|
|
"dist/pnotify.brighttheme.css",
|
|
"dist/pnotify.buttons.css",
|
|
"dist/pnotify.buttons.js",
|
|
"dist/pnotify.callbacks.js",
|
|
"dist/pnotify.confirm.js",
|
|
"dist/pnotify.css",
|
|
"dist/pnotify.js",
|
|
"dist/pnotify.desktop.js",
|
|
"dist/pnotify.history.css",
|
|
"dist/pnotify.history.js",
|
|
"dist/pnotify.mobile.css",
|
|
"dist/pnotify.mobile.js",
|
|
"dist/pnotify.nonblock.js"
|
|
],
|
|
"ignore": [
|
|
"build-tools/",
|
|
"includes/",
|
|
"devnote*.*",
|
|
"index.html",
|
|
"testing.html",
|
|
"buildcustom.php",
|
|
"package.json",
|
|
"src/"
|
|
],
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.6"
|
|
}
|
|
}
|