forked from formio/formio.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
32 lines (32 loc) · 776 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.0.0-rc.19",
"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.4",
"dialog-polyfill": "^0.4.9",
"eventemitter2": "^4.1.0",
"i18next": "^11.3.2",
"json-logic-js": "^1.2.2",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"native-promise-only": "^0.8.0-a",
"signature_pad": "^2.3.0",
"fetch": "whatwg-fetch#^2.0.4",
"flatpickr": "^4.5.0"
},
"devDependencies": {
"bootstrap": "3.3.7",
"bootswatch": "3.3.7"
}
}