Blame view
bower.json
531 Bytes
|
c87bc1f33
|
1 2 3 4 5 6 7 8 |
{
"name": "tshats",
"version": "0.0.0",
"dependencies": {
"angular": "~1.5.9",
"json3": "~3.2.6",
"requirejs": "~2.1.10",
"es5-shim": "~2.1.0",
|
|
c87bc1f33
|
9 10 11 |
"angular-resource": "1.2.11",
"angular-cookies": "~1.5.9",
"angular-sanitize": "1.2.11",
|
|
8f087d204
|
12 |
"angular-route": "~1.5.9", |
|
87c93a029
|
13 |
"FortAwesome/Font-Awesome": "*", |
|
415a42dd2
|
14 15 |
"bootstrap": "~3.3.7",
"jquery": "~3.1.1"
|
|
c87bc1f33
|
16 17 18 19 20 21 22 23 24 |
},
"devDependencies": {
"angular-mocks": "1.2.11",
"angular-scenario": "1.2.11"
},
"resolutions": {
"angular": "~1.5.9"
}
}
|