UNPKG

2.79 kBJSONView Raw
1{
2 "name": "tablefilter",
3 "version": "0.7.2",
4 "description": "A Javascript library making HTML tables filterable and a bit more",
5 "license": "MIT",
6 "author": {
7 "name": "Max Guglielmi",
8 "url": "https://github.com/koalyptus"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/koalyptus/TableFilter.git"
13 },
14 "keywords": [
15 "filter",
16 "table",
17 "javascript",
18 "filterable",
19 "grid",
20 "datagrid",
21 "sort",
22 "pagination"
23 ],
24 "scripts": {
25 "lint": "eslint src/**/*.js test/*.js *.js",
26 "dev": "webpack --colors --config webpack.dev.config.js",
27 "build": "webpack --colors --config webpack.config.js",
28 "build:css": "stylus -c static/style/tablefilter.styl -o dist/tablefilter/style && stylus -c static/style/extensions -o dist/tablefilter/style && stylus -c static/style/themes/default -o dist/tablefilter/style/themes/default && stylus -c static/style/themes/mytheme -o dist/tablefilter/style/themes/mytheme && stylus -c static/style/themes/skyblue -o dist/tablefilter/style/themes/skyblue && stylus -c static/style/themes/transparent -o dist/tablefilter/style/themes/transparent",
29 "build:demos": "grunt build-demos",
30 "build:test": "webpack --colors --config webpack.test.config.js",
31 "server": "webpack-dev-server --colors --hot --config ./webpack.dev.config.js",
32 "test": "grunt test",
33 "codecov": "./node_modules/.bin/codecov",
34 "esdoc": "esdoc",
35 "dist": "grunt",
36 "build:all": "grunt build-all",
37 "start": "npm run server"
38 },
39 "publishConfig": {
40 "tag": "next"
41 },
42 "devDependencies": {
43 "@babel/core": "7.10.0",
44 "@babel/preset-env": "7.10.0",
45 "babel-eslint": "10.1.0",
46 "babel-loader": "^8.0.2",
47 "babel-preset-env": "1.7.0",
48 "clean-webpack-plugin": "^3.0.0",
49 "codecov": "3.7.0",
50 "diacritics": "1.3.0",
51 "esdoc": "1.1.0",
52 "esdoc-standard-plugin": "1.0.0",
53 "eslint": "6.5.0",
54 "format-number": "3.0.0",
55 "grunt": "^1.0.1",
56 "grunt-cli": "1.3.2",
57 "grunt-contrib-clean": "^2.0.0",
58 "grunt-contrib-connect": "^2.0.0",
59 "grunt-contrib-copy": "^1.0.0",
60 "grunt-contrib-watch": "^1.0.0",
61 "grunt-qunit-istanbul": "1.1.0",
62 "grunt-shell": "3.0.0",
63 "grunt-string-replace": "^1.3.1",
64 "isparta-loader": "2.0.0",
65 "script-loader": "^0.7.0",
66 "string-replace-webpack-plugin": "^0.1.3",
67 "stylus": "^0.54.5",
68 "sugar-date": "2.0.6",
69 "uglifyjs-webpack-plugin": "2.2.0",
70 "webpack": "^4.38.0",
71 "webpack-cli": "^3.0.8",
72 "webpack-dev-server": "^3.1.11"
73 },
74 "dependencies": {},
75 "bugs": {
76 "url": "https://github.com/koalyptus/TableFilter/issues"
77 },
78 "homepage": "https://www.tablefilter.com"
79}