UNPKG

639 BJSONView Raw
1{
2 "name": "bootstrap-table",
3 "homepage": "https://github.com/wenzhixin/bootstrap-table",
4 "authors": [
5 "zhixin <wenzhixin2010@gmail.com>"
6 ],
7 "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
8 "main": [
9 "src/bootstrap-table.js",
10 "src/bootstrap-table.css"
11 ],
12 "keywords": [
13 "bootstrap",
14 "table",
15 "bootstrap table"
16 ],
17 "license": "MIT",
18 "ignore": [
19 "**/.*",
20 "node_modules",
21 "bower_components",
22 "test",
23 "tests",
24 "docs",
25 "assets"
26 ]
27}