forked from CenturyLinkLabs/lorry-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 778 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
34
35
36
37
38
{
"name": "lorry",
"version": "0.0.0",
"dependencies": {
"angular": "^1.3.0",
"angular-animate": "^1.3.0",
"angular-cookies": "^1.3.0",
"angular-messages": "^1.3.0",
"angular-resource": "^1.3.0",
"angular-sanitize": "^1.3.0",
"angular-filter": "~0.5.2",
"ng-lodash": "~0.2.0",
"jquery": "~2.1.3",
"ngDialog": "~0.3.11",
"js-yaml": "~3.2.7",
"zeroclipboard": "~2.2.0",
"ng-clip": "~0.2.6",
"titip": "*",
"angular-konami": "~0.0.2"
},
"devDependencies": {
"angular-mocks": "^1.3.0"
},
"overrides": {
"ngDialog": {
"main": [
"js/ngDialog.js",
"css/ngDialog.css"
]
},
"titip": {
"main": [
"dist/css/titip.css"
]
}
},
"appPath": "app"
}