-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 976 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"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://[email protected]/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"
}
}