-
Notifications
You must be signed in to change notification settings - Fork 4
/
bower.json
53 lines (53 loc) · 1010 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "form-js",
"homepage": "https://github.com/mkay581/form-js",
"authors": [
"Mark Kennedy <mkay581@gmail.com>"
],
"description": "Create better ui form elements. Supports IE9+, all modern browsers, and mobile.",
"main": "dist/form.js",
"moduleType": [
"amd",
"es6",
"node"
],
"keywords": [
"forms",
"form",
"js form",
"ui-forms",
"checkbox",
"dropdown",
"select",
"input form",
"input field",
"form field",
"form button",
"form toggle",
"form submit",
"data binding",
"form changes",
"form elements",
"two way binding",
"formjs",
"react form",
"angular form",
"web form",
"form component"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"device-manager": "^1.1.1",
"element-kit": "^0.5.0",
"module-js": "^3.0.1",
"promise": "^6.1.0",
"underscore": "^1.8.2"
}
}