-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 891 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": "sass-apca",
"version": "1.1.1",
"description": "Sass implementation of the [Accessible Perceptual Contrast Algorithm (APCA)](https://git.apcacontrast.com/) for the WCAG 3.0 specification.",
"keywords": [
"sass",
"wcag3",
"apca",
"wcag-contrast"
],
"author": {
"name": "Philipp Gfeller",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gfellerph/sass-apca.git"
},
"bugs": "https://github.com/gfellerph/sass-apca/issues",
"sass": "./apca.scss",
"files": [
"./apca.scss"
],
"scripts": {
"test": "sass test.scss",
"semantic-release": "semantic-release"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"sass": "1.81.0",
"semantic-release": "24.2.0"
}
}