UNPKG

566 BJSONView Raw
1{
2 "name": "Copy Rows",
3 "version": "1.0.0",
4 "description": "Allows pushing of selected column data to the clipboard.",
5 "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/copy-rows",
6 "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/copy-rows.html",
7
8 "plugins": [{
9 "name": "copy-rows",
10 "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/copy-rows"
11 }],
12
13 "author": {
14 "name": "Homer Glascock",
15 "image": "https://avatars1.githubusercontent.com/u/5546710"
16 }
17}