-
Notifications
You must be signed in to change notification settings - Fork 207
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 864 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 864 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
35
36
37
38
39
40
41
42
{
"name": "@spectrum-tools/postcss-rgb-mapping",
"version": "1.1.0",
"description": "Remaps rgb(a) values to an rgb postfixed variable",
"license": "Apache-2.0",
"author": "Adobe",
"contributors": [
"Cassondra Roberts <castastrophe@users.noreply.github.com>"
],
"homepage": "https://opensource.adobe.com/spectrum-css",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "plugins/postcss-rgb-mapping"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"main": "index.js",
"files": [
"package.json",
"index.js",
"*.md"
],
"dependencies": {
"postcss-values-parser": "7.0.0"
},
"peerDependencies": {
"postcss": ">=8"
},
"devDependencies": {
"ava": "6.4.1",
"c8": "10.1.3",
"postcss": "8.5.6"
},
"keywords": [
"css",
"rgb",
"plugin",
"postcss"
]
}