-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 905 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
{
"name": "@cityssm/bulma-sticky-table",
"version": "3.0.0",
"type": "module",
"description": "A Bulma-friendly way to stick a table header, table footer, first column, or all three!",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cityssm/bulma-sticky-table.git"
},
"keywords": [
"bulma",
"sticky",
"table",
"header",
"footer",
"column"
],
"author": "The Corporation of the City of Sault Ste. Marie",
"license": "MIT",
"bugs": {
"url": "https://github.com/cityssm/bulma-sticky-table/issues"
},
"homepage": "https://github.com/cityssm/bulma-sticky-table#readme",
"devDependencies": {
"@types/gulp": "^4.0.17",
"@types/gulp-sass": "^5.0.4",
"bulma": "^1.0.1",
"gulp": "^5.0.0",
"gulp-sass": "^5.1.0",
"sass": "^1.77.2"
}
}