-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
33 lines (33 loc) · 870 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
{
"name": "cat-angular",
"version": "0.2.3",
"homepage": "https://github.com/Catalysts/cat-angular",
"authors": [
"Thomas Scheinecker <thomas.scheinecker@catalysts.cc>"
],
"license": "Apache-2.0",
"description": "Common Catalysts angular js code",
"main": [
"cat-angular.css",
"cat-angular.css.map",
"cat-angular.min.js",
"cat-angular.min.js.map",
"cat-angular.tpl.min.js",
"cat-angular.tpl.min.js.map"
],
"keywords": [
"angular",
"angularJS",
"js",
"javascript"
],
"dependencies": {
"angular": "^1.4.9",
"angular-ui-router": "~0.2.17",
"angular-ui-select2": "~0.0.5",
"lodash": "~3.10.1",
"angular-spinner": "^0.8.0",
"angular-bootstrap": "^1.1.0",
"jquery": ">=1.9.0"
}
}