forked from json-schema-form/angular-schema-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 874 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
{
"name": "angular-schema-form",
"main": [
"dist/schema-form.min.js",
"dist/bootstrap-decorator.min.js",
"dist/bootstrap-datepicker.min.js"
],
"version": "0.7.3",
"authors": [
"Textalk",
"David Jensen <[email protected]>"
],
"moduleType": [
"globals"
],
"keywords": [
"angular",
"angularjs",
"form",
"json",
"json-schema",
"schema"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"coverage"
],
"dependencies": {
"angular": ">= 1.2",
"tv4": "~1.0.15",
"angular-sanitize": ">= 1.2",
"objectpath": "~1.0.4"
},
"devDependencies": {
"angular-ui-ace": "bower",
"angular-schema-form-datepicker": ">= 0.1.0",
"jquery": "~2.1.1",
"angular-mocks": ">= 1.2",
"angular-schema-form-colorpicker": "~0.1.0"
}
}