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
|
{
"name": "angular-material-data-table",
"version": "0.10.9",
"description": "Material Design data table.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/daniel-nagy/md-data-table.git"
},
"main": "index.js",
"devDependencies": {
"bower": "^1.3.9",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^2.1.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-html2js": "^0.3.2",
"grunt-processhtml": "^0.3.7",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^0.6.0"
},
"peerDependencies": {
"angular": "^1.4.0",
"angular-material": "^1.0.0"
}
}
|