Files
meanTorrent/bower.json
Jérôme Gagnon-Voyer adf6e0ce65 update to angular-bootstrap 0.12.0 + fix breaking changes
details on breaking changes:
https://github.com/angular-ui/bootstrap/blob/eec68d81f4f72363d37493c495b
892347bdb9e1b/CHANGELOG.md

Conflicts:
	bower.json
2014-11-19 17:28:33 -05:00

17 lines
415 B
JSON

{
"name": "meanjs",
"version": "0.3.2",
"description": "Fullstack JavaScript with MongoDB, Express, AngularJS, and Node.js.",
"dependencies": {
"bootstrap": "~3",
"angular": "~1.2",
"angular-resource": "~1.2",
"angular-animate": "~1.2",
"angular-mocks": "~1.2",
"angular-bootstrap": "~0.11.2",
"angular-bootstrap": "~0.12.0",
"angular-ui-utils": "~0.1.1",
"angular-ui-router": "~0.2.11"
}
}