forked from daniel-nagy/md-data-table
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 761 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 761 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
{
"name": "angular-material-data-table",
"version": "0.7.6",
"description": "Material Design data table.",
"repository": {
"type": "git",
"url": "git://github.com/daniel-nagy/md-data-table.git"
},
"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"
}
}