-
Notifications
You must be signed in to change notification settings - Fork 86
/
Copy pathbower.json
37 lines (37 loc) · 942 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
{
"name": "angular-schema-form-bootstrap",
"authors": [
"David Jensen (Textalk) <[email protected]>",
"Marcel Bennett <[email protected]>"
],
"description": "Bootstrap 3 decorator for Angular Schema Form",
"main": "dist/bootstrap-decorator.js",
"keywords": [
"angular-schema-form-decorator",
"json-schema",
"json-schema-form",
"angular-schema-form"
],
"license": "MIT",
"homepage": "schemaform.io",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-schema-form": "1.0.0-alpha.4"
},
"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"
}
}