Show More
Commit Description:
start upgrading to rails 7
Commit Description:
start upgrading to rails 7
References:
File last commit:
Show/Diff file:
Action:
node_modules/datatables.net-buttons-bs/package.json
| 38 lines
| 1009 B
| application/json
| JsonLexer
|
r789 | { | ||
"name": "datatables.net-buttons-bs", | |||
"version": "1.6.1", | |||
"description": "Buttons for DataTables with styling for [Bootstrap 3](http://getbootstrap.com/)", | |||
"files": [ | |||
"css/**/*.css", | |||
"js/**/*.js" | |||
], | |||
"main": "js/buttons.bootstrap.js", | |||
"style": "css/buttons.bootstrap.css", | |||
"keywords": [ | |||
"buttons", | |||
"excel", | |||
"pdf", | |||
"csv", | |||
"column visibility", | |||
"print", | |||
"DataTables", | |||
"jQuery", | |||
"table", | |||
"Bootstrap" | |||
], | |||
"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-bs": "^1.10.15", | |||
"datatables.net-buttons": "1.6.1" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap.git" | |||
} | |||
} |