forked from microsoft/opensource-management-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 848 Bytes
/
Copy pathbower.json
File metadata and controls
37 lines (37 loc) · 848 Bytes
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
32
33
34
35
36
37
{
"name": "opensource-portal",
"description": "Open Source GitHub Management Portal",
"main": "",
"authors": [
"Jeff Wilcox <jwilcox@microsoft.com>"
],
"license": "MIT",
"keywords": [
"github",
"management",
"organization"
],
"homepage": "https://github.com/Microsoft/opensource-portal",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jQuery": "^3.1.0",
"bootstrap": "^3.3.7",
"bootswatch": "^3.3.7",
"jquery-timeago": "timeago#^1.5.3",
"jquery-uitablefilter": "git://github.com/natinusala/jquery-uitablefilter.git",
"typeahead.js": "^0.11.1",
"typeahead.js-bootstrap3.less": "^0.2.3",
"c3": "^0.4.11"
},
"resolutions": {
"bootstrap": "~3.3.7",
"typeahead.js": "^0.11.1"
}
}