mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08:00
23 lines
568 B
JSON
23 lines
568 B
JSON
{
|
|
"version": "0.0.1-*",
|
|
"description": "bitwarden Core Library",
|
|
"authors": [ "Kyle Spearrin" ],
|
|
"tags": [ "" ],
|
|
"projectUrl": "",
|
|
"licenseUrl": "",
|
|
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Identity": "3.0.0-rc1-final",
|
|
"Microsoft.AspNet.Authentication.JwtBearer": "1.0.0-rc1-final",
|
|
"OtpSharp": "1.3.0.4",
|
|
"Microsoft.AspNet.Mvc.Abstractions": "6.0.0-rc1-final",
|
|
"Sendgrid": "6.3.4",
|
|
"Dapper": "1.42.0",
|
|
"DataTableProxy": "1.2.0"
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnx451": { }
|
|
}
|
|
}
|