-
Notifications
You must be signed in to change notification settings - Fork 31
/
bower.json
executable file
·67 lines (67 loc) · 1.59 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
65
66
67
{
"name": "impac-angular",
"description": "Impac! Front-End Library",
"version": "1.8.3",
"license": "Copyright 2017 Maestrano Pty Ltd",
"repository": {
"type": "git",
"url": "git://github.com/maestrano/impac-angular.git"
},
"main": [
"dist/impac-angular.js",
"dist/impac-angular.less",
"dist/images/**/*"
],
"ignore": [
"test",
"gulpfile.js",
"**/.*",
"bower_components",
"node_modules",
"karma-*",
"*.sublime*",
"lib"
],
"moduleType": [
"globals"
],
"dependencies": {
"jquery": "~3.1.0",
"angular": "~1.6.0",
"angular-messages": "~1.6.0",
"angular-bootstrap": "~2.3.0",
"angular-ui-sortable": "~0.16.0",
"angular-xeditable": "~0.5.0",
"angular-toastr": "~1.7.0",
"bootstrap": "~3.3.5",
"ng-tags-input": "~3.2.0",
"Chart.js": "~2.1.4",
"lodash": "~3.10.1",
"components-font-awesome": "~4.5.0",
"angular-poller": "~0.4.5",
"moment": "^2.11.2",
"pusher": "^3.0.0",
"angular-translate": "~2.14.0",
"angular-translate-interpolation-messageformat": "~2.14.0",
"angular-sanitize": "~1.6.0",
"highcharts": "^5.0.11",
"color": "^3.0.4"
},
"overrides": {
"highcharts": {
"main": "highstock.js"
}
},
"devDependencies": {
"angular-mocks": "~1.6.0",
"angular-cookies": "~1.6.0",
"AngularDevise": "angular-devise#~1.3.0",
"angular-ui-router": "~0.3.1",
"angular-translate-handler-log": "~2.14.0",
"angular-translate-loader-static-files": "^2.14.0",
"jasmine-jquery": "^2.1.1"
},
"resolutions": {
"angular": "~1.6.0"
}
}