bitwarden-estensione-browser/libs/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
707 B
JSON
Raw Permalink Normal View History

2018-01-04 03:20:58 +01:00
{
2018-01-05 05:51:02 +01:00
"name": "@bitwarden/jslib",
"version": "0.0.0",
2018-02-27 20:19:31 +01:00
"description": "Common code used across Bitwarden JavaScript projects.",
2018-01-06 16:23:16 +01:00
"keywords": [
"bitwarden"
],
2020-02-19 04:33:47 +01:00
"author": "Bitwarden Inc.",
2018-01-06 19:58:24 +01:00
"homepage": "https://bitwarden.com",
"repository": {
"type": "git",
"url": "https://github.com/bitwarden/jslib"
},
"license": "GPL-3.0",
2018-01-06 15:19:39 +01:00
"scripts": {
2018-04-18 19:45:31 +02:00
"clean": "rimraf dist/**/*",
"test": "jest",
"test:watch": "jest --watch",
2022-06-03 18:01:07 +02:00
"test:watch:all": "jest --watchAll"
2018-04-17 22:15:19 +02:00
},
"dependencies": {
"@bitwarden/jslib-angular": "file:angular",
"@bitwarden/jslib-common": "file:common",
"@bitwarden/jslib-electron": "file:electron",
"@bitwarden/jslib-node": "file:node"
2018-01-04 03:20:58 +01:00
}
}