mirror of
https://github.com/bitwarden/server
synced 2025-12-28 14:13:48 +00:00
initial commit of source
This commit is contained in:
23
src/Core/project.json
Normal file
23
src/Core/project.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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",
|
||||
"Microsoft.Azure.DocumentDB": "1.5.1",
|
||||
"Newtonsoft.Json": "7.0.1",
|
||||
"OtpSharp": "1.3.0.4",
|
||||
"Microsoft.AspNet.Mvc.Abstractions": "6.0.0-rc1-final",
|
||||
"Sendgrid": "6.3.0",
|
||||
"Microsoft.AspNet.DataProtection.Extensions": "1.0.0-rc1-final"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
"dnx451": { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user