-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 789 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 789 Bytes
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
{
"name": "cssa11y",
"version": "1.0.3",
"description": "CSS helpers to improve a11y and html good practices",
"scripts": {
"scss": "node-sass ./scss-lint/scss-lint.scss ./scss-lint.css",
"deploy:firebase" : "cd example && npm install && npm run scss"
},
"main": "scss-lint/scss-lint.scss",
"repository": {
"type": "git",
"url": "git+https://github.com/Hugoer/CSSA11y.git"
},
"keywords": [
"a11y",
"lint",
"good practices"
],
"author": "Hugo Estévez Rocha",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hugoer/CSSA11y/issues",
"email": "hugoerdev@gmail.com"
},
"homepage": "https://github.com/Hugoer/CSSA11y#readme",
"dependencies": {
"node-sass": "^7.0.0"
},
"engines": {
"node": ">=12.6.0"
}
}