-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
31 lines (31 loc) · 871 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "kbase-ui-plugin-dashboard",
"description": "A primary view (panel) for the KBase UI to provide a user with a summary of their Narratives, relationships, and status",
"keywords": [
"kbase",
"widget"
],
"author": [
"eapearson@lbl.gov"
],
"moduleType": "kbase-ui-plugin",
"main": "src/plugin/config.yml",
"ignore": [
".gitignore"
],
"repository": {
"type": "git",
"url": "git://github.com/kbase/kbase-ui-plugin-dashboard"
},
"dependencies": {
"bluebird": "^3.5.3",
"bootstrap": "^3.4.1",
"nunjucks": "^3.0.0",
"jquery": "^2.2.4",
"kbase-service-clients-js": "^3.3.5",
"kbase-common-js": "^2.18.1",
"kbase-common-es6": "^0.11.11"
},
"devDependencies": {},
"license": "SEE LICENSE IN LICENSE.md"
}