Show More
Commit Description:
fix unintended branch
Commit Description:
fix unintended branch
References:
File last commit:
Show/Diff file:
Action:
node_modules/datatables.net-bs/package.json
| 33 lines
| 875 B
| application/json
| JsonLexer
|
r789 | { | ||
"name": "datatables.net-bs", | |||
"version": "1.10.20", | |||
"description": "DataTables for jQuery with styling for [Bootstrap 3](http://getbootstrap.com/)", | |||
"files": [ | |||
"css/**/*.css", | |||
"js/**/*.js" | |||
], | |||
"main": "js/dataTables.bootstrap.js", | |||
"style": "css/dataTables.bootstrap.css", | |||
"keywords": [ | |||
"filter", | |||
"sort", | |||
"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": "1.10.20" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "https://github.com/DataTables/Dist-DataTables-Bootstrap.git" | |||
} | |||
} |