forked from iamisti/mdDataTable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
45 lines (45 loc) · 954 Bytes
/
Copy pathbower.json
File metadata and controls
45 lines (45 loc) · 954 Bytes
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
45
{
"name": "md-data-table",
"version": "0.0.0",
"homepage": "https://github.com/iamisti/md-data-table",
"authors": [
"Istvan Fodor <programtervezo@gmail.com>"
],
"main": [
"dist/md-data-table.js",
"dist/md-data-table-templates.js",
"dist/md-data-table-style.css"
],
"description": "data table based on google material design",
"keywords": [
"data-table",
"angular",
"material",
"angular",
"material"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.4",
"lodash": "~3.9.3",
"angular": "~1.4.0",
"angular-sanitize": "~1.4.0",
"angular-animate": "~1.4.0",
"angular-material": "~0.9.6",
"angular-uuid4": "v0.3.0",
"angular-material-icons": "~v0.4.0"
},
"devDependencies": {
"angular-mocks": "~1.4.0"
},
"resolutions": {
"angular": "~1.4.0"
}
}