-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 777 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 777 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
33
34
{
"name": "bridge-pca",
"version": "0.1.7",
"type": "module",
"description": "A Bridge for WCAG_2 contrast using APCA (Advanced Perceptual Contrast Algorithm), technology.",
"main": "./src/bridge-pca.js",
"keywords": [
"color",
"colour",
"CSS",
"contrast",
"design tools",
"WCAG",
"APCA",
"accessibility",
"readability"
],
"author": "Andrew Somers",
"license": "W3 License",
"bugs": {
"url": "https://github.com/Myndex/SAPC-APCA/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Myndex/bridge-pca.git"
},
"homepage": "https://www.myndex.com/BPCA/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"colorparsley": "^0.1.8"
}
}