forked from formly-js/angular-formly-templates-material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 805 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-material",
"description": "Material design templates for angular-formly",
"main": "dist/formly-material.js",
"authors": [
"Kamil Kisiela <mys.sterowiec@gmail.com>"
],
"license": "MIT",
"homepage": "https://github.com/formly-js/angular-formly-templates-material",
"keywords": [
"AngularJs",
"form",
"formly",
"json",
"html",
"material"
],
"ignore": [
"**/.*",
"coverage",
"demo",
"node_modules",
"src",
"tests",
"webpack",
"karma.conf.js",
"package.js",
"webpack.config.js"
],
"dependencies": {
"angular": "~1.4.0",
"angular-messages": "~1.4.0",
"angular-animate": "~1.4.0",
"angular-aria": "~1.4.0",
"angular-material": "~1.0.0",
"angular-formly": "~7.3.0"
}
}