1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-10 12:33:26 +00:00

transpiled npm package

This commit is contained in:
Kyle Spearrin
2018-01-05 22:46:51 -05:00
parent 5bcfa67635
commit ad99560a92
8 changed files with 12 additions and 44 deletions

View File

@@ -1,17 +1,10 @@
{
"name": "@bitwarden/jslib",
"version": "0.0.3",
"scripts": {
},
"main": "src/index.ts",
"version": "0.0.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"devDependencies": {
"tslint": "^5.8.0",
"typescript": "^2.6.2"
},
"dependencies": {
"@types/node-forge": "0.7.1",
"@types/webcrypto": "0.0.28",
"node-forge": "0.7.1"
"typescript": "^2.5.3"
}
}