mirror of
https://github.com/koalyptus/TableFilter.git
synced 2026-03-18 08:29:50 +01:00
16 lines
377 B
JSON
16 lines
377 B
JSON
{
|
|
"name": "TableFilter",
|
|
"version": "3.0.0",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.0",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-contrib-copy": "~0.4.1",
|
|
"grunt-contrib-cssmin": "~0.6.1",
|
|
"grunt-contrib-jshint": "~0.6.1",
|
|
"grunt-contrib-uglify": "~0.2.2",
|
|
"grunt-contrib-watch": "^0.6.1"
|
|
},
|
|
"dependencies": {
|
|
"grunt-open": "~0.2.1"
|
|
}
|
|
}
|