tellform/bower.json

39 lines
1 KiB
JSON
Raw Normal View History

2015-06-29 22:51:29 +00:00
{
"name": "NodeForm",
"description": "PDF generated form builder",
2015-08-18 21:44:36 +00:00
"version": "1.0.3",
"homepage": "https://github.com/whitef0x0/NodeForm",
"authors": [
2015-07-28 23:37:43 +00:00
"David Baldwynn <polydaic@gmail.com> (http://baldwynn.me)"
],
"license": "MIT",
"private": true,
"appPath": "public/modules",
2015-06-29 22:51:29 +00:00
"dependencies": {
"bootstrap": "~3",
2015-08-18 21:44:36 +00:00
"angular": "^1.3.17",
"angular-resource": "~1.4.4",
2015-07-28 23:37:43 +00:00
"angular-animate": "~1.3",
2015-08-18 21:44:36 +00:00
"angular-mocks": "1.3.0",
2015-06-29 22:51:29 +00:00
"angular-bootstrap": "~0.12.0",
"angular-ui-utils": "~0.1.1",
"angular-ui-router": "~0.2.11",
2015-07-28 22:44:06 +00:00
"angular-strap": "~2.3.1",
"restangular": "~1.5.1",
"fontawesome": "~4.3.0",
2015-07-28 22:44:06 +00: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 22:29:07 +00:00
"angular-ui-sortable": "~0.13.4",
2015-07-28 23:17:03 +00:00
"angular-busy": "~4.1.3",
2015-07-29 17:53:22 +00:00
"angular-permission": "~0.3.1",
2015-08-18 22:03:44 +00:00
"angular-input-stars": "*",
2015-10-30 21:40:22 +00:00
"file-saver.js": "~1.20150507.2",
"angular-bootstrap-colorpicker": "~3.0.19"
2015-08-18 22:19:28 +00:00
},
"resolutions": {
"angular": "~1.3.17"
2015-06-29 22:51:29 +00:00
}
2015-07-28 23:17:03 +00:00
}