forked from shuyu/angular-material-fileinput
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 830 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
{
"name": "lf-ng-md-file-input",
"version": "1.1.0",
"authors": [
"shuyu <[email protected]>"
],
"description": "angular material file input with more feature.",
"keywords": [
"angular",
"material",
"file",
"input"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"example",
"*.md",
"*.rb",
"scss",
"LICENSE",
"gulpfile.js",
"package.json",
"src"
],
"dependencies": {
"angular-material": "~1.0.1",
"angular-material-icons": "~0.6.0"
},
"homepage": "https://github.com/shuyu/angular-material-fileinput",
"main": [
"./dist/lf-ng-md-file-input.css",
"./dist/lf-ng-md-file-input.min.css",
"./dist/lf-ng-md-file-input.js",
"./dist/lf-ng-md-file-input.min.js"
]
}