forked from Catalysts/cat-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.dist.json
33 lines (33 loc) · 877 Bytes
/
bower.dist.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.0.53",
"homepage": "https://github.com/Catalysts/cat-angular",
"authors": [
"Thomas Scheinecker <[email protected]>"
],
"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.2.26",
"angular-ui-router": ">=0.2.13",
"angular-ui-select2": ">=0.0.5",
"lodash": ">=2.4.1",
"angular-spinner": ">=0.5.0",
"angular-bootstrap": ">=0.12.0",
"jquery": ">=1.9.0"
}
}