mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-25 12:15:18 +01:00
fa41f29fc4
* add tools card component * rename to tools-card * whitelist readme * fix tw classes in card component * add RTL support. * add documentation. revert changes to settings * Revert vscode settings --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
25 lines
589 B
JSON
25 lines
589 B
JSON
{
|
|
"name": "@bitwarden/tools-card",
|
|
"version": "0.0.0",
|
|
"description": "Angular card component",
|
|
"keywords": [
|
|
"bitwarden"
|
|
],
|
|
"author": "Bitwarden Inc.",
|
|
"homepage": "https://bitwarden.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bitwarden/clients"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "npm run clean && tsc",
|
|
"build:watch": "npm run clean && tsc -watch"
|
|
},
|
|
"dependencies": {
|
|
"@bitwarden/common": "file:../../../common",
|
|
"@bitwarden/components": "file:../../../components"
|
|
}
|
|
}
|