added bower resolutions

This commit is contained in:
David Baldwynn 2015-11-06 11:12:00 -08:00
parent 06f4fbbdf1
commit c499652158
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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"
}
}