forked from formly-js/angular-formly-templates-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 794 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
{
"name": "angular-formly-templates-bootstrap",
"authors": [
"Astrism <[email protected]>"
],
"contributors": [
"Astrism <[email protected]>",
"Kent C. Dodds <[email protected]>"
],
"main": "./dist/angular-formly-templates-bootstrap.js",
"description": "Angular-Formly plugin which outputs bootstrap compatible form fields.",
"keywords": [
"AngularJs",
"form",
"formly",
"json",
"bootstrap",
"html"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": ">=1.2.x",
"angular-formly": ">=4.0.5",
"api-check": ">=6.0.10",
"bootstrap": ">=3.2.0"
},
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.21.4"
}
}