-
Notifications
You must be signed in to change notification settings - Fork 132
/
bower.json
44 lines (44 loc) · 1016 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
{
"name": "md-data-table",
"version": "2.2.0",
"homepage": "https://github.com/iamisti/mdDataTable",
"author":"Istvan Fodor <[email protected]>",
"main": [
"dist/md-data-table.js",
"dist/md-data-table-templates.js",
"dist/md-data-table-style.css"
],
"description": "Angular material table. Complete implementation of google material design based on angular material components.",
"keywords": [
"table",
"angular",
"material",
"angular material",
"angular table"
],
"license": "MIT",
"ignore": [
"test",
"demo",
"docs",
"gulp-tasks",
"gulpfile.js",
"package.json",
"README.md"
],
"dependencies": {
"jquery": "~2.1.4",
"lodash": "~3.10.1",
"angular": "~1.5.8",
"angular-sanitize": "~1.5.8",
"angular-animate": "~1.5.8",
"angular-material": "1.1.1",
"angular-material-icons": "~v0.6.0"
},
"devDependencies": {
"angular-mocks": "~1.5.8"
},
"resolutions": {
"angular": "~1.5.8"
}
}