forked from patternfly/angular-patternfly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
47 lines (47 loc) · 1016 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "angular-patternfly",
"version": "3.9.0",
"authors": [
"Red Hat"
],
"description": "Angular extension of the PatternFly project.",
"keywords": [ "angular", "patternfly"],
"license": "Apache-2.0",
"ignore": [
"node_modules",
"lib",
"Gruntfile.js",
"package.json",
".bowerrc",
".editorconfig",
".gitignore",
".jshintrc",
"karma.conf.js",
"server.js",
"misc",
"src",
"README.md",
"bower.json",
".bower.json",
"grunt-ngdocs-index.tmpl"
],
"main": [
"dist/angular-patternfly.js",
"dist/styles/angular-patternfly.css"
],
"repository": {
"type": "git",
"url": "git://github.com/patternfly/angular-patternfly.git"
},
"dependencies": {
"angular": "1.3.0 - 1.5.*",
"angular-animate": "1.3.0 - 1.5.*",
"angular-sanitize": "1.3.0 - 1.5.*",
"angular-bootstrap": "0.13.x",
"lodash": "3.x",
"patternfly": "~3.9.0"
},
"devDependencies": {
"angular-mocks": "1.3.0 - 1.5.*"
}
}