mirror of
https://github.com/koalyptus/TableFilter.git
synced 2026-03-17 08:05:44 +01:00
15 lines
338 B
JSON
15 lines
338 B
JSON
{
|
|
"name": "TableFilter",
|
|
"version": "3.0",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.0",
|
|
"grunt-contrib-jshint": "~0.6.1",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-contrib-uglify": "~0.2.2",
|
|
"grunt-contrib-cssmin": "~0.6.1",
|
|
"grunt-contrib-copy": "~0.4.1"
|
|
},
|
|
"dependencies": {
|
|
"grunt-open": "~0.2.1"
|
|
}
|
|
}
|