Blame view
bower.json
601 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 17 |
"jquery": "~3.1.1", "fabric.js": "fabric#^1.6.6", "angular-ui-select2": "^0.0.5" |
c87bc1f33
|
18 19 20 21 22 23 24 25 26 |
}, "devDependencies": { "angular-mocks": "1.2.11", "angular-scenario": "1.2.11" }, "resolutions": { "angular": "~1.5.9" } } |