-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
62 lines (62 loc) · 1.66 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "color-contrast-checker",
"version": "2.1.0",
"description": "This is an accessibility validator based on WCAG 2.0 standard for checking the color contrast.",
"main": "src/color-contrast-checker.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "mocha --reporter spec",
"lint": "eslint test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Qambar/color-contrast-checker.git"
},
"keywords": [
"wcag",
"wcag-aa",
"color",
"contrast",
"verifier",
"accessibility",
"standard"
],
"author": {
"name": "Qambar Raza",
"email": "[email protected]",
"url": "http://www.bbc.co.uk"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Qambar/color-contrast-checker/issues"
},
"homepage": "https://github.com/Qambar/color-contrast-checker#readme",
"gitHead": "45b65d45fc281ba90529183ff412299a7c1379d0",
"_id": "[email protected]",
"_shasum": "a43bd41523775450e6f31ce38e64b44312157325",
"_from": "[email protected]",
"_npmVersion": "2.13.1",
"_nodeVersion": "0.12.0",
"_npmUser": {
"name": "qambar",
"email": "[email protected]"
},
"dist": {
"shasum": "a43bd41523775450e6f31ce38e64b44312157325",
"tarball": "http://registry.npmjs.org/color-contrast-checker/-/color-contrast-checker-1.2.0.tgz"
},
"maintainers": [
{
"name": "qambar",
"email": "[email protected]"
}
],
"_resolved": "http://registry.npmjs.org/color-contrast-checker/-/color-contrast-checker-1.2.0.tgz",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.12.1",
"mocha": "^5.2.0"
}
}