-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.15 KB
/
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
{
"name": "responsive-tables-builder",
"version": "1.0.0",
"description": " Create mobile-first, accessible, responsive data tables from data files. HTML and CSS only; no JS in the output.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rootwork/responsive-tables-builder.git"
},
"homepage": "https://github.com/rootwork/responsive-tables-builder#readme",
"keywords": [
"tables",
"data-tables",
"responsive-tables",
"mobile-first",
"accessibility",
"handlebars",
"sass"
],
"author": "Ivan Boothe <ivan@rootwork.org> (https://rootwork.org/)",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/rootwork/responsive-tables-builder/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/rootwork"
},
"dependencies": {
"@node-minify/core": "^6.2.0",
"@node-minify/csso": "^6.2.0",
"@node-minify/html-minifier": "^6.2.0",
"handlebars": "^4.7.7",
"js-yaml": "^4.0.0",
"minimist": "^1.2.5"
}
}