@new-ui/colors
Version:
45 lines (44 loc) • 929 B
JSON
{
"name": "@new-ui/colors",
"version": "2.0.1",
"description": "New UI colors.",
"source": "src/index.scss",
"main": "dist/index.css",
"targets": {
"main": false
},
"files": [
"dist/",
"src/",
"README.md",
"LICENSE"
],
"scripts": {
"watch": "parcel watch",
"build": "parcel build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NewDesignFile/foundations.git"
},
"keywords": [
"colors",
"color-palette",
"themes",
"tokens",
"design-system",
"color-system"
],
"author": "@planetabhi",
"license": "MIT",
"bugs": {
"url": "https://github.com/NewDesignFile/foundations/issues"
},
"homepage": "https://github.com/NewDesignFile/foundations#readme",
"devDependencies": {
"@parcel/transformer-sass": "^2.14.4",
"autoprefixer": "^10.4.21",
"parcel": "^2.14.4",
"caniuse-lite": "^1.0.30001715"
}
}