File tree 7 files changed +146
-15
lines changed
react-bootstrap-table2-editor
react-bootstrap-table2-filter
react-bootstrap-table2-overlay
react-bootstrap-table2-paginator
7 files changed +146
-15
lines changed Original file line number Diff line number Diff line change
1
+ node_modules
2
+ .DS_Store
3
+ * ~
4
+ * .sublime-project
5
+ * .sublime-workspace
6
+ * .idea
7
+ * .iml
Original file line number Diff line number Diff line change 21
21
"type" : " git" ,
22
22
"url" : " git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git"
23
23
},
24
- "author" : " " ,
25
- "license" : " ISC" ,
24
+ "author" : " AllenFang" ,
25
+ "contributors" : [{
26
+ "name" : " Chun-MingChen" ,
27
+ "email" : " nick830314@gmail.com" ,
28
+ "url" : " https://github.com/Chun-MingChen"
29
+ }],
30
+ "license" : " MIT" ,
26
31
"bugs" : {
27
32
"url" : " https://github.com/react-bootstrap-table/react-bootstrap-table2/issues"
28
33
},
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
8
8
},
9
- "author" : " " ,
10
- "license" : " ISC"
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git"
12
+ },
13
+ "keywords" : [
14
+ " react" ,
15
+ " bootstrap" ,
16
+ " table" ,
17
+ " grid" ,
18
+ " react-bootstrap-table-addons" ,
19
+ " react-component"
20
+ ],
21
+ "files" : [
22
+ " lib/" ,
23
+ " dist/"
24
+ ],
25
+ "tags" : [
26
+ " react"
27
+ ],
28
+ "author" : " AllenFang" ,
29
+ "contributors" : [{
30
+ "name" : " Chun-MingChen" ,
31
+ "email" : " nick830314@gmail.com" ,
32
+ "url" : " https://github.com/Chun-MingChen"
33
+ }],
34
+ "license" : " MIT"
11
35
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-bootstrap-table2-filter" ,
3
3
"version" : " 0.0.1" ,
4
- "description" : " it's the column filter addon for react-bootstrap-table2" ,
4
+ "description" : " it's a column filter addon for react-bootstrap-table2" ,
5
5
"main" : " ./lib/index.js" ,
6
- "author" : " " ,
7
- "license" : " ISC"
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git"
9
+ },
10
+ "keywords" : [
11
+ " react" ,
12
+ " bootstrap" ,
13
+ " table" ,
14
+ " grid" ,
15
+ " react-bootstrap-table-addons" ,
16
+ " react-component"
17
+ ],
18
+ "files" : [
19
+ " lib/" ,
20
+ " dist/"
21
+ ],
22
+ "tags" : [
23
+ " react"
24
+ ],
25
+ "author" : " AllenFang" ,
26
+ "contributors" : [{
27
+ "name" : " Chun-MingChen" ,
28
+ "email" : " nick830314@gmail.com" ,
29
+ "url" : " https://github.com/Chun-MingChen"
30
+ }],
31
+ "license" : " MIT"
8
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-bootstrap-table2-overlay" ,
3
3
"version" : " 0.0.1" ,
4
- "description" : " it's a loading overlay component for react-bootstrap-table2" ,
4
+ "description" : " it's a loading overlay addons for react-bootstrap-table2" ,
5
5
"main" : " ./lib/index.js" ,
6
- "author" : " " ,
7
- "license" : " ISC" ,
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git"
9
+ },
10
+ "keywords" : [
11
+ " react" ,
12
+ " bootstrap" ,
13
+ " table" ,
14
+ " grid" ,
15
+ " react-bootstrap-table-addons" ,
16
+ " react-component"
17
+ ],
18
+ "files" : [
19
+ " lib/" ,
20
+ " dist/"
21
+ ],
22
+ "tags" : [
23
+ " react"
24
+ ],
25
+ "author" : " AllenFang" ,
26
+ "contributors" : [{
27
+ "name" : " Chun-MingChen" ,
28
+ "email" : " nick830314@gmail.com" ,
29
+ "url" : " https://github.com/Chun-MingChen"
30
+ }],
31
+ "license" : " MIT" ,
8
32
"dependencies" : {
9
33
"react-loading-overlay" : " 0.2.8"
10
34
}
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.1" ,
4
4
"description" : " it's the pagination addon for react-bootstrap-table2" ,
5
5
"main" : " ./lib/index.js" ,
6
- "author" : " " ,
7
- "license" : " ISC"
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git"
9
+ },
10
+ "keywords" : [
11
+ " react" ,
12
+ " bootstrap" ,
13
+ " table" ,
14
+ " grid" ,
15
+ " react-bootstrap-table-addons" ,
16
+ " react-component"
17
+ ],
18
+ "files" : [
19
+ " lib/" ,
20
+ " dist/"
21
+ ],
22
+ "tags" : [
23
+ " react"
24
+ ],
25
+ "author" : " AllenFang" ,
26
+ "contributors" : [{
27
+ "name" : " Chun-MingChen" ,
28
+ "email" : " nick830314@gmail.com" ,
29
+ "url" : " https://github.com/Chun-MingChen"
30
+ }],
31
+ "license" : " MIT"
8
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-bootstrap-table2" ,
3
3
"version" : " 0.0.1" ,
4
- "description" : " Rebuilt for react-bootstrap-table" ,
4
+ "description" : " Next generation of react-bootstrap-table" ,
5
5
"main" : " ./lib/index.js" ,
6
- "author" : " " ,
7
- "license" : " ISC"
6
+ "repository" : {
7
+ "type" : " git" ,
8
+ "url" : " git+https://github.com/react-bootstrap-table/react-bootstrap-table2.git"
9
+ },
10
+ "keywords" : [
11
+ " react" ,
12
+ " bootstrap" ,
13
+ " table" ,
14
+ " grid" ,
15
+ " react-component"
16
+ ],
17
+ "files" : [
18
+ " lib/" ,
19
+ " dist/"
20
+ ],
21
+ "tags" : [
22
+ " react"
23
+ ],
24
+ "author" : " AllenFang" ,
25
+ "contributors" : [{
26
+ "name" : " Chun-MingChen" ,
27
+ "email" : " nick830314@gmail.com" ,
28
+ "url" : " https://github.com/Chun-MingChen"
29
+ }],
30
+ "license" : " MIT"
8
31
}
You can’t perform that action at this time.
0 commit comments