forked from json-schema-form/angular-schema-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
58 lines (58 loc) · 1.15 KB
/
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
54
55
56
57
58
{
"name": "angular-schema-form",
"main": [
"dist/schema-form.js",
"dist/bootstrap-decorator.js"
],
"authors": [
"Textalk",
"David Jensen <david.lgj@gmail.com>",
"Cameron Edwards",
"Mike Marcacci",
"Denis Dervisevic <denis@dervisevic.se>"
],
"moduleType": [
"globals"
],
"keywords": [
"angular",
"angularjs",
"form",
"json",
"json-schema",
"schema"
],
"license": "MIT",
"ignore": [
"**/.*",
"*.json",
"node_modules",
"bower_components",
"test",
"coverage",
"docs",
"examples",
"gulp",
"CHANGELOG",
"LICENSE",
"gulpfile.js",
"karma.conf.js"
],
"dependencies": {
"angular": ">= 1.2",
"tv4": "~1.0.15",
"angular-sanitize": ">= 1.2",
"objectpath": "~1.1.0"
},
"devDependencies": {
"angular-ui-ace": "bower",
"angular-schema-form-datepicker": ">= 0.1.0",
"angular-schema-form-colorpicker": ">= 0.1.0",
"jquery": "~2.1.1",
"angular-mocks": ">= 1.2",
"tx-tinymce": ">= 0.0.5",
"angular-ui-sortable": ">=0.12.11",
"bootstrap-vertical-tabs": "~1.2.0",
"angular-schema-form-bootstrap": "~0.1.1"
}
}