-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 860 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
{
"name": "recert",
"description": "Recert",
"main": "",
"authors": [
"smartameer <[email protected]>"
],
"homepage": "https://github.com/smartameer/recert",
"private": true,
"dependencies": {
"angular": "^1.5.8",
"angular-ui-router": "ui-router#^0.3.1",
"angular-aria": "^1.5.8",
"angularLocalStorage": "ngStorage#^0.3.2",
"angular-sanitize": "^1.5.8",
"angular-touch": "^1.5.8",
"angular-messages": "^1.5.8",
"ngstorage": "^0.3.11",
"ratchet": "^2.0.2"
},
"overrides": {
"ratchet": {
"main": [
"./sass/ratchet.scss",
"./dist/ratchet.js",
"./dist/fonts/ratchicons.eot",
"./dist/fonts/ratchicons.svg",
"./dist/fonts/ratchicons.ttf",
"./dist/fonts/ratchicons.woff"
]
}
},
"resolutions": {
"angular": "^1.5.8"
}
}