|
| 1 | +{ |
| 2 | + "name": "kbase-ui-plugin-dashboard-internal", |
| 3 | + "description": "Just the internal iframe app", |
| 4 | + "keywords": ["kbase", "widget"], |
| 5 | + |
| 6 | + "install": { |
| 7 | + "path": "../src/plugin/iframe_root/modules/vendor", |
| 8 | + "sources": { |
| 9 | + "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" } |
| 14 | + ], |
| 15 | + "kbase-common-es6": "bower_components/kbase-common-es6/src/**", |
| 16 | + "kbase-common-js": "bower_components/kbase-common-js/dist/kb_common/**", |
| 17 | + "kbase-service-clients-js": "bower_components/kbase-service-clients-js/dist/kb_service/**", |
| 18 | + "font-awesome": [ |
| 19 | + { "bower_components/font-awesome/css/font-awesome.css": "css/font-awesome.css" }, |
| 20 | + { "bower_components/font-awesome/fonts/**": "fonts/" } |
| 21 | + ], |
| 22 | + "pure-uuid": "bower_components/pure-uuid/uuid.js" |
| 23 | + } |
| 24 | + }, |
| 25 | + "dependencies": { |
| 26 | + "bluebird": "3.5.3", |
| 27 | + "bootstrap": "3.4.1", |
| 28 | + "nunjucks": "^3.0.0", |
| 29 | + "jquery": "^2.1.0", |
| 30 | + "kbase-service-clients-js": "^3.3.5", |
| 31 | + "requirejs": "2.3.6", |
| 32 | + "require-css": "0.1.10", |
| 33 | + "kbase-common-js": "2.18.1", |
| 34 | + "kbase-common-es6": "0.10.15", |
| 35 | + "js-yaml": "3.12.1", |
| 36 | + "requirejs-text": "2.0.15", |
| 37 | + "requirejs-yaml": "eapearson/requirejs-yaml#1.0.5", |
| 38 | + "pure-uuid": "eapearson/pure-uuid#1.1.1", |
| 39 | + "kbase-service-clients-js": "3.3.5", |
| 40 | + "nunjucks": "3.1.2", |
| 41 | + "spark-md5": "3.0.0", |
| 42 | + "font-awesome": "4.7.0", |
| 43 | + "datatables-bootstrap3-plugin": "eapearson/datatables-bootstrap3-plugin#1.0.1", |
| 44 | + "datatables": "1.10.19", |
| 45 | + "file-saver": "1.3.4" |
| 46 | + }, |
| 47 | + |
| 48 | + "resolutions": { |
| 49 | + "file-saver": "1.3.4" |
| 50 | + }, |
| 51 | + "license": "SEE LICENSE IN ../LICENSE" |
| 52 | +} |
0 commit comments