Blame view
bower.json
644 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 |
"bootstrap": "~3.3.7", |
|
6f105dbd5
|
15 16 |
"jquery": "~3.1.1",
"fabric.js": "fabric#^1.6.6",
|
|
cc65fa102
|
17 18 |
"angular-ui-select2": "^0.0.5",
"fabric-customise-controls": "^0.1.8"
|
|
c87bc1f33
|
19 20 21 22 23 24 25 26 27 |
},
"devDependencies": {
"angular-mocks": "1.2.11",
"angular-scenario": "1.2.11"
},
"resolutions": {
"angular": "~1.5.9"
}
}
|