1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-04-27 20:32:54 +02:00
TableFilter/package.json
2016-07-02 20:25:23 +10:00

61 lines
1.5 KiB
JSON

{
"name": "tablefilter",
"version": "0.2.42",
"description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT",
"author": {
"name": "Max Guglielmi",
"url": "https://github.com/koalyptus"
},
"repository": {
"type": "git",
"url": "https://github.com/koalyptus/TableFilter.git"
},
"keywords": [
"filter",
"table",
"javascript",
"filterable",
"grid",
"datagrid",
"sort",
"pagination"
],
"scripts": {
"test": "grunt test"
},
"publishConfig": {
"tag": "next"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-eslint": "6.1.0",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.9.0",
"babel-plugin-transform-es2015-classes": "^6.9.0",
"clean-webpack-plugin": "^0.1.9",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-qunit": "^1.1.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-esdoc": "^0.0.3",
"grunt-eslint": "18.1.0",
"grunt-gh-pages": "^1.0.0",
"grunt-string-replace": "^1.2.1",
"grunt-webpack": "^1.0.8",
"script-loader": "^0.7.0",
"string-replace-webpack-plugin": "^0.0.3",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {},
"bugs": {
"url": "https://github.com/koalyptus/TableFilter/issues"
},
"homepage": "http://koalyptus.github.io/TableFilter"
}