forked from OptimalBPM/angular-schema-form-dynamic-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
47 lines (47 loc) · 1018 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
{
"name": "angular-schema-form-dynamic-select",
"description": "Dynamic select add-on for angular schema form.",
"main": [
"angular-schema-form-dynamic-select.min.js"
],
"version": "0.12.4",
"authors": [
"Cheng Zhu<[email protected]>",
"Stevehu",
"Nicklas Börjesson<[email protected]>"
],
"moduleType": [
"globals"
],
"keywords": [
"angular-schema-form",
"angular-schema-form-add-on",
"schema-form",
"form",
"json",
"json-schema",
"schema"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"coverage"
],
"dependencies": {
"angular-schema-form": ">= 0.8.0",
"angular-strap": ">= 2.2.2",
"bootstrap": "^3.2.0",
"angular-ui-select": "^0.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/OptimalBPM/angular-schema-form-dynamic-select.git"
},
"devDependencies": {
"angular-translate": ">= 2.4.0",
"angular-mocks": ">= 1.2"
}
}