-
Notifications
You must be signed in to change notification settings - Fork 90
/
bower.json
64 lines (64 loc) · 1.36 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "angular-patternfly",
"version": "0.0.0-semantically-released",
"authors": [
"Red Hat"
],
"description": "Angular extension of the PatternFly project.",
"keywords": [
"angular",
"patternfly"
],
"license": "MIT",
"ignore": [
"**/.*",
"docs",
"lib",
"misc",
"node_modules",
"scripts",
"src",
"/styles",
"test",
"deploy_key.enc",
"eslint.yaml",
"grunt-ngdocs-index.tmpl",
"Gruntfile.js",
"/index.js",
"npm-shrinkwrap.json",
"/server.js"
],
"main": [
"dist/angular-patternfly.js",
"dist/styles/angular-patternfly.css"
],
"repository": {
"type": "git",
"url": "git://github.com/patternfly/angular-patternfly.git"
},
"dependencies": {
"angular": "^1.7.7",
"angular-animate": "^1.7.7",
"angular-sanitize": "^1.7.7",
"angular-svg-base-fix": "2.0.0",
"angular-ui-bootstrap": "2.3.x",
"lodash": "4.x",
"patternfly": "^3.37.1"
},
"devDependencies": {
"angular-mocks": "^1.7.7",
"angular-ui-router": "^1.0.20"
},
"overrides": {
"datatables": {
"main": [
"media/css/jquery.dataTables.css",
"media/images/sort_asc.png",
"media/images/sort_asc_disabled.png",
"media/images/sort_both.png",
"media/images/sort_desc.png",
"media/images/sort_desc_disabled.png"
]
}
}
}