table-responsive
Version:
adapts a table to a responsive format that can be viewed on small screens (mobile)
44 lines (43 loc) • 976 B
JSON
{
"name": "table-responsive",
"version": "1.0.4",
"description": "adapts a table to a responsive format that can be viewed on small screens (mobile)",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "./build.sh"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/danielzzz/table-responsive.git"
},
"keywords": [
"html",
"table",
"responive",
"css"
],
"author": "Dan Zelisko",
"license": "MIT",
"bugs": {
"url": "https://github.com/danielzzz/table-responsive/issues"
},
"homepage": "https://github.com/danielzzz/table-responsive#readme",
"devDependencies": {
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.15.0",
"esbuild": "^0.13.15",
"eslint": "^8.3.0",
"jsdom": "^18.1.0"
},
"dependencies": {
"jest": "^27.3.1"
},
"jest": {
"moduleDirectories": [
"node_modules",
"."
],
"testEnvironment": "jsdom"
}
}