mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-13 23:41:39 +08:00
添加Metronic(作为LFS)
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "sessiontimeout-bootstrap",
|
||||
"version": "1.0.3",
|
||||
"description": "After a set amount of time, a dialog is shown to the user with the option to either log out now, or stay connected. If log out now is selected, the page is redirected to a logout URL. If stay connected is selected, a keep-alive URL is requested through AJAX. If no options is selected after another set amount of time, the page is automatically redirected to a timeout URL. This fork uses Bootstrap's modal instead of upstream's jQuery UI modal.",
|
||||
"main": "jquery.sessionTimeout.js",
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/maxfierke/jquery-sessionTimeout-bootstrap.git"
|
||||
},
|
||||
"keywords": [
|
||||
"alert",
|
||||
"ajax",
|
||||
"bootstrap"
|
||||
],
|
||||
"author": "Travis Horn",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Max Fierke",
|
||||
"email": "max@maxfierke.com",
|
||||
"url": "http://www.maxfierke.com"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/maxfierke/jquery-sessionTimeout-bootstrap/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-contrib-jshint": "~0.6.0",
|
||||
"grunt-contrib-uglify": "~0.2.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user