Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 3e42d83

Browse files
author
Kamil Kisiela
committed
chore: add bower configuration
1 parent f0f0949 commit 3e42d83

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

bower.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "angular-formly-material",
3+
"description": "Material design templates for angular-formly",
4+
"main": "dist/formly-material.js",
5+
"authors": [
6+
"Kamil Kisiela <[email protected]>"
7+
],
8+
"license": "MIT",
9+
"homepage": "https://github.com/wieldo/angular-formly-templates-material",
10+
"keywords": [
11+
"AngularJs",
12+
"form",
13+
"formly",
14+
"json",
15+
"html",
16+
"material"
17+
],
18+
"ignore": [
19+
"**/.*",
20+
"node_modules",
21+
"bower_components",
22+
"tests",
23+
"coverage",
24+
"webpack",
25+
"karma.conf.js",
26+
"webpack.config.js"
27+
],
28+
"dependencies": {
29+
"angular": "~1.4.0",
30+
"angular-messages": "~1.4.0",
31+
"angular-animate": "~1.4.0",
32+
"angular-aria": "~1.4.0",
33+
"angular-material": "~0.11.0",
34+
"angular-formly": "~7.3.0"
35+
}
36+
}

0 commit comments

Comments
 (0)