forked from formio/ngFormioHelper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 767 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "ng-formio-helper-file-fix",
"version": "1.8.4",
"authors": [
"Travis Tidwell <travis@form.io>"
],
"description": "A library to help build Angular.js applications on top of Form.io.",
"keywords": [
"formio"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"formio-wizard-form.png",
"styles.css"
],
"dependencies": {
"angular-ui-router": "^0.4.2",
"lodash": "^4.17.10",
"ng-formio-file-fix": "^2.36.10",
"ng-formio-grid": "^1.4.1",
"angular-paginate-anything": "^4.2.0",
"ng-formio-builder-file-fix": "^2.36.15",
"ng-tags-input": "^3.2.0"
},
"main": [
"dist/ng-formio-helper.js",
"dist/ng-formio-builder.js"
]
}