corrade-nucleus-nucleons – Blame information for rev 20

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 {
2 "name": "Table Editable",
3 "version": "1.1.0",
4 "description": "Use the x-editable to in-place editing your table.",
5 "url": "https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/editable",
6 "example": "http://issues.wenzhixin.net.cn/bootstrap-table/#extensions/editable.html",
7  
8 "plugins": [{
9 "name": "x-editable",
10 "url": "https://github.com/vitalets/x-editable"
11 }],
12  
13 "author": {
14 "name": "wenzhixin",
15 "image": "https://avatars1.githubusercontent.com/u/2117018"
16 }
17 }