-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "a11y-color-tokens",
"version": "0.7.0",
"description": "Generate accessible complementary text or UI colors as Sass variables and/or CSS custom properties from your base color tokens.",
"main": "bin/createColorTokens.js",
"scripts": {
"bump": "npm --no-git-tag-version version",
"tokens": "node bin/createColorTokens.js"
},
"bin": {
"a11y-color-tokens": "bin/createColorTokens.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/5t3ph/a11y-color-tokens.git"
},
"keywords": [
"accessibility",
"a11y",
"color",
"css",
"sass",
"scss",
"design system",
"design tokens",
"tokens"
],
"author": {
"name": "5t3ph",
"url": "https://thinkdobecreate.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/5t3ph/a11y-color-tokens/issues"
},
"homepage": "https://github.com/5t3ph/a11y-color-tokens#readme",
"dependencies": {
"a11ycolor": "^2.0.9",
"color": "^4.2.3",
"yargs-parser": "^21.1.1"
}
}