forked from formio/formio.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
32 lines (32 loc) · 769 Bytes
/
bower.json
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
{
"name": "formiojs",
"description": "Common js library for client side interaction with <form.io>",
"version": "3.22.6",
"main": "dist/formio.min.js",
"license": "MIT",
"homepage": "https://github.com/formio/formio.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"choices.js": "^7.0.0",
"dialog-polyfill": "^0.5.0",
"eventemitter2": "^4.1.0",
"i18next": "^15.0.9",
"json-logic-js": "^1.2.2",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"native-promise-only": "^0.8.0",
"signature_pad": "^2.3.0",
"fetch": "whatwg-fetch#^3.0.0",
"flatpickr": "^4.5.7"
},
"devDependencies": {
"bootstrap": "4.3.1",
"bootswatch": "4.3.1"
}
}