added bower resolutions
This commit is contained in:
parent
06f4fbbdf1
commit
c499652158
@ -1,8 +1,8 @@
|
||||
NodeForms
|
||||
--------
|
||||
|
||||
[](https://travis-ci.org/whitef0x0/NodeForms)
|
||||
[](https://david-dm.org/whitef0x0/NodeForms)
|
||||
[](https://travis-ci.org/whitef0x0/nodeforms)
|
||||
[](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
|
||||
|
||||
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user