forked from formio/formio.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 689 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 689 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
{
"name": "formiojs",
"description": "Common js library for client side interaction with <form.io>",
"version": "2.21.3",
"main": "dist/formio.min.js",
"license": "MIT",
"homepage": "https://github.com/formio/formio.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"choices.js": "^3.0.2",
"dialog-polyfill": "^0.4.9",
"eventemitter2": "^4.1.0",
"i18next": "^8.4.3",
"json-logic-js": "^1.1.3",
"lodash": "^4.17.4",
"moment": "^2.19.0",
"native-promise-only": "^0.8.0-a",
"signature_pad": "^2.2.1",
"fetch": "whatwg-fetch#^2.0.3",
"flatpickr": "^4.0.5"
}
}