mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-16 04:12:19 +01:00
Many issues arise when using angular-bootstrap 0.13. Migration to 1.0 is straightforward, offers a more stable interface, extra directives and fixes many bugs. Migration guide: https://github.com/angular-ui/bootstrap/wiki/Migration-guide-for-prefixes Fixes #1142 Fixes #1131
23 lines
591 B
JSON
23 lines
591 B
JSON
{
|
|
"name": "meanjs",
|
|
"description": "Fullstack JavaScript with MongoDB, Express, AngularJS, and Node.js.",
|
|
"homepage": "http://meanjs.org/",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bootstrap": "~3",
|
|
"angular": "~1.3",
|
|
"angular-resource": "~1.3",
|
|
"angular-animate": "~1.3",
|
|
"angular-mocks": "~1.3",
|
|
"angular-bootstrap": "~1.0",
|
|
"angular-ui-utils": "bower",
|
|
"angular-ui-router": "~0.2",
|
|
"angular-file-upload": "1.1.5",
|
|
"angular-messages": "~1.3.17",
|
|
"owasp-password-strength-test": "~1.3.0"
|
|
},
|
|
"resolutions": {
|
|
"angular": "~1.3"
|
|
}
|
|
}
|