-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbower.json
47 lines (46 loc) · 1.25 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
{
"name": "cortex",
"authors": [
"Content Enablement <[email protected]>"
],
"description": "An identity, content distribution/management and reporting platform powered by Grape",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"underscore": "~> 1.8.3",
"momentjs": "~> 2.12.0",
"angular": "~> 1.2",
"angular-animate": "~> 1.2",
"angular-resource": "~> 1.2",
"angular-cookies": "~> 1.2",
"angular-ui-router": "~> 0.2",
"angular-bootstrap": "~> 0.12",
"angular-flash": "~> 0.1.14",
"angular-bootstrap-datetimepicker": "~> 0.3.8",
"angular-redactor": "~> 1.1.4",
"ng-file-upload": "~> 3.2.4",
"ng-table": "~> 0.5.4",
"bootstrap-sass-official": "~> 3.3.7",
"ng-tags-input": "~> 2.3.0",
"angular-sanitize": "~> 1.5.0",
"bootstrap-switch": "~> 3.3.2",
"angular-bootstrap-toggle-switch": "~> 0.5.5",
"angular-validation-match": "< 1.4",
"jqueryui-timepicker-addon": "~> 1.6",
"clipboard": "~> 1.5.16"
},
"devDependencies": {
"angular-mocks": "~> 1.2",
"sinonjs": "~> 1.12.2",
"sinon-ng": "~> 0.1.2",
"angular-debaser": "~> 0.3.2"
},
"resolutions": {
"angular": "1.2.32"
}
}