11{
22 "name" : " kbase-ui-plugin-dashboard-internal" ,
33 "description" : " Just the internal iframe app" ,
4- "keywords" : [" kbase" , " widget" ],
5- 4+ "keywords" : [
5+ " kbase" ,
6+ " widget"
7+ ],
8+ "author" : [
9+ 10+ ],
611 "install" : {
712 "path" : " ../src/plugin/iframe_root/modules/vendor" ,
813 "sources" : {
914 "bootstrap" : [
10- { "bower_components/bootstrap/dist/css/bootstrap.css" : " css/bootstrap.css" },
11- { "bower_components/bootstrap/dist/css/bootstrap-theme.css" : " css/bootstrap-theme.css" },
12- { "bower_components/bootstrap/dist/fonts/**" : " fonts/" },
13- { "bower_components/bootstrap/dist/js/bootstrap.js" : " bootstrap.js" }
15+ {
16+ "bower_components/bootstrap/dist/css/bootstrap.css" : " css/bootstrap.css"
17+ },
18+ {
19+ "bower_components/bootstrap/dist/css/bootstrap-theme.css" : " css/bootstrap-theme.css"
20+ },
21+ {
22+ "bower_components/bootstrap/dist/fonts/**" : " fonts/"
23+ },
24+ {
25+ "bower_components/bootstrap/dist/js/bootstrap.js" : " bootstrap.js"
26+ }
1427 ],
1528 "kbase-common-es6" : " bower_components/kbase-common-es6/src/**" ,
1629 "kbase-common-js" : " bower_components/kbase-common-js/dist/kb_common/**" ,
1730 "kbase-service-clients-js" : " bower_components/kbase-service-clients-js/dist/kb_service/**" ,
1831 "font-awesome" : [
19- { "bower_components/font-awesome/css/font-awesome.css" : " css/font-awesome.css" },
20- { "bower_components/font-awesome/fonts/**" : " fonts/" }
32+ {
33+ "bower_components/font-awesome/css/font-awesome.css" : " css/font-awesome.css"
34+ },
35+ {
36+ "bower_components/font-awesome/fonts/**" : " fonts/"
37+ }
2138 ],
2239 "pure-uuid" : " bower_components/pure-uuid/uuid.js"
2340 }
2441 },
2542 "dependencies" : {
26- "bluebird" : " 3.5.5 " ,
43+ "bluebird" : " 3.7.2 " ,
2744 "bootstrap" : " 3.4.1" ,
2845 "jquery" : " ^2.1.0" ,
2946 "requirejs" : " 2.3.6" ,
3047 "require-css" : " 0.1.10" ,
3148 "kbase-common-js" : " 2.18.1" ,
32- "kbase-common-es6" : " 0.10.20 " ,
49+ "kbase-common-es6" : " 0.10.23 " ,
3350 "js-yaml" : " 3.13.1" ,
3451 "requirejs-text" : " 2.0.16" ,
3552 "requirejs-yaml" : " eapearson/requirejs-yaml#1.0.5" ,
36- "pure-uuid" : " eapearson/pure-uuid#1.1.1" ,
3753 "kbase-service-clients-js" : " 3.3.5" ,
3854 "nunjucks" : " 3.1.2" ,
3955 "spark-md5" : " 3.0.0" ,
4056 "font-awesome" : " 4.7.0" ,
4157 "datatables-bootstrap3-plugin" : " eapearson/datatables-bootstrap3-plugin#1.0.1" ,
42- "datatables" : " 1.10.19" ,
43- "file-saver" : " 1.3.4"
44- },
45-
46- "resolutions" : {
47- "file-saver" : " 1.3.4"
58+ "datatables" : " 1.10.19"
4859 },
4960 "license" : " SEE LICENSE IN ../LICENSE"
50- }
61+ }
0 commit comments