Show More
Commit Description:
force log out when password change
Commit Description:
force log out when password change
References:
File last commit:
Show/Diff file:
Action:
node_modules/datatables.net-dt/package.json | 34 lines | 839 B | application/json | JsonLexer |
{
"name": "datatables.net-dt",
"version": "1.10.20",
"description": "DataTables for jQuery ",
"files": [
"css/**/*.css",
"js/**/*.js",
"images/*"
],
"style": "css/jquery.dataTables.css",
"keywords": [
"filter",
"sort",
"DataTables",
"jQuery",
"table",
"DataTables"
],
"homepage": "https://datatables.net",
"bugs": "https://datatables.net/forums",
"license": "MIT",
"author": {
"name": "SpryMedia Ltd",
"url": "http://datatables.net"
},
"dependencies": {
"jquery": ">=1.7",
"datatables.net": "1.10.20"
},
"repository": {
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables-DataTables.git"
},
"main": "js/dataTables.dataTables.js"
}