@groww-tech/base-css
Version:
Base CSS classes used by all Groww Web Projects
42 lines • 1.2 kB
JSON
{
"name": "@groww-tech/base-css",
"version": "1.0.1",
"description": "Base CSS classes used by all Groww Web Projects",
"main": "dist/index.css",
"files": [
"/dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Groww/webster"
},
"keywords": [
"base-css",
"groww",
"css",
"style"
],
"author": "Vikas Singh <vikas.singh707@gmail.com> (https://twitter.com/VikasSi25579022)",
"contributors": [
{
"name": "Ankit Chouhan",
"url": "https://twitter.com/ankit__chouhan"
},
{
"name": "Rishabh Tripathi",
"url": "https://twitter.com/ristripathi"
},
{
"name": "Rishav Thakur",
"url": "https://twitter.com/st_tronn"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Groww/webster/issues"
},
"homepage": "https://github.com/Groww/webster/tree/develop/packages/base-css#readme",
"scripts": {
"pushTags": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag -a base-css-v$PACKAGE_VERSION -m \"@groww-tech/base-css-v$PACKAGE_VERSION\" && git push --tags"
}
}