forked from maestrano/impac-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·55 lines (55 loc) · 1.24 KB
/
bower.json
File metadata and controls
executable file
·55 lines (55 loc) · 1.24 KB
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
{
"name": "impac-angular",
"description": "Impac! Front-End Library",
"version": "1.4.5",
"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": "~2.2.1",
"angular": "~1.4.0",
"angular-bootstrap": "~0.13.3",
"angular-ui-sortable": "~0.13.4",
"angular-xeditable": "~0.1.9",
"bootstrap": "~3.3.5",
"Chart.js": "~2.1.4",
"lodash": "~3.10.1",
"components-font-awesome": "~4.5.0",
"angular-poller": "~0.4.5",
"moment": "^2.11.2",
"angular-toastr": "^1.7.0",
"pusher": "^3.0.0",
"angular-messages": "^1.5.3"
},
"devDependencies": {
"angular-mocks": "~1.4.0",
"angular-scenario": "~1.4.0",
"AngularDevise": "angular-devise#^1.3.0",
"angular-ui-router": "^0.3.1",
"angular-cookies": "^1.5.8"
},
"license": "Copyright 2015 Maestrano Pty Ltd",
"repository": {
"type": "git",
"url": "git://github.com/maestrano/impac-angular.git"
},
"resolutions": {
"angular": "1.4.14",
"angular-cookies": "^1.5.8"
}
}