32 lines
794 B
JSON
32 lines
794 B
JSON
{
|
|
"name": "@spectrum-css/underlay",
|
|
"version": "2.0.10",
|
|
"description": "The Spectrum CSS underlay component",
|
|
"license": "Apache-2.0",
|
|
"main": "dist/index-vars.css",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/adobe/spectrum-css.git",
|
|
"directory": "components/underlay"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/adobe/spectrum-css/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp"
|
|
},
|
|
"peerDependencies": {
|
|
"@spectrum-css/vars": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@spectrum-css/component-builder": "^2.0.1",
|
|
"@spectrum-css/vars": "^3.0.2",
|
|
"gulp": "^4.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"homepage": "https://opensource.adobe.com/spectrum-css/",
|
|
"gitHead": "43a159f9fcc1a5114ea59fd61f5e63ecf6e7b1fa"
|
|
}
|