tellform/bower.json
David Baldwynn 87b351efea first commit
2015-06-29 15:51:29 -07:00

22 lines
545 B
JSON
Executable file

{
"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.12.0",
"angular-ui-utils": "~0.1.1",
"angular-ui-router": "~0.2.11",
"angular-strap": "~2.2.1"
},
"resolutions": {
"angular": "^1.2.21",
"angular-resource": "~1.2",
"ng-file-upload": "~4.1.0"
}
}