From c4996521583e78f857c3d254c7e4142bd3ab6c78 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Fri, 6 Nov 2015 11:12:00 -0800 Subject: [PATCH] added bower resolutions --- README.md | 9 ++++----- bower.json | 3 ++- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5603d305..2511d702 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ NodeForms -------- -[![Build Status](https://travis-ci.org/whitef0x0/NodeForms.svg?branch=master)](https://travis-ci.org/whitef0x0/NodeForms) -[![Dependencies Status](https://david-dm.org/whitef0x0/NodeForms.svg)](https://david-dm.org/whitef0x0/NodeForms) +[![Build Status](https://travis-ci.org/whitef0x0/nodeforms.svg?branch=master)](https://travis-ci.org/whitef0x0/nodeforms) +[![Dependencies Status](https://david-dm.org/whitef0x0/NodeForms.svg)](https://david-dm.org/whitef0x0/nodeforms) NodeForms is an opensource *form builder* built ontop of nodejs that can create stunning forms from PDFs or from scratch @@ -14,6 +14,7 @@ Currently following features are implemented: -Form CRUD -11 possible types of form fields -Editable startpage + -Push form data to OsacrHost EMR -Create forms from FDF-formatted PDFs (unstable) -Save form submissions as FDF-formatted PDFs (unstable) -Toggle forms as private (viewable only if logged in as Form's user) or public (viewable by anyone) @@ -22,12 +23,10 @@ Currently following features are implemented: #TODO: -Implement encryption for all form data - -Implement custom form design -Finish frontend/backend testing -Integrate AWS for PDF saving -Add Typeform API integration - -Add OscarHost API integration - -Add plugin support (ala Slack) + -Add plugin/3rd party integration support (ala Slack) -Create wiki for easy installation and setup -Create mockups for different user view designs diff --git a/bower.json b/bower.json index 3da40ba8..a4c65e4e 100755 --- a/bower.json +++ b/bower.json @@ -35,6 +35,7 @@ "angular-ui-router-tabs": "~1.7.0" }, "resolutions": { - "angular": "~1.3.20" + "angular": "~1.3.20", + "angular-bootstrap": "^0.14.0" } }