1
0
ohmyform/bower.json

36 lines
935 B
JSON
Raw Normal View History

2015-06-29 15:51:29 -07:00
{
"name": "MedForm",
"description": "PDF generated form builder",
2015-07-28 15:44:06 -07:00
"version": "0.0.3",
"homepage": "https://github.com/whitef0x0/medform",
"authors": [
2015-07-28 16:37:43 -07:00
"David Baldwynn <polydaic@gmail.com> (http://baldwynn.me)"
],
"license": "MIT",
"private": true,
"appPath": "public/modules",
2015-06-29 15:51:29 -07:00
"dependencies": {
"bootstrap": "~3",
2015-07-28 15:44:06 -07:00
"angular": "~1.3.17",
2015-06-29 15:51:29 -07:00
"angular-resource": "~1.2",
2015-07-28 16:37:43 -07:00
"angular-animate": "~1.3",
2015-06-29 15:51:29 -07:00
"angular-mocks": "~1.2",
"angular-bootstrap": "~0.12.0",
"angular-ui-utils": "~0.1.1",
"angular-ui-router": "~0.2.11",
2015-07-28 15:44:06 -07:00
"angular-strap": "~2.3.1",
"restangular": "~1.5.1",
"fontawesome": "~4.3.0",
2015-07-28 15:44:06 -07:00
"ng-file-upload": "~5.1.0",
"angular-raven": "~0.5.11",
"angular-ui-date": "~0.0.8",
"lodash": "~3.10.0",
2015-07-28 15:29:07 -07:00
"angular-ui-sortable": "~0.13.4",
2015-07-28 16:17:03 -07:00
"angular-busy": "~4.1.3",
"angular-permission": "~0.3.1"
2015-07-28 16:42:15 -07:00
},
"resolutions": {
2015-07-28 16:44:23 -07:00
"angular": "~1.3.17"
2015-06-29 15:51:29 -07:00
}
2015-07-28 16:17:03 -07:00
}