1
0
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:
Kyle Spearrin
2015-12-08 22:57:38 -05:00
commit 437b971003
87 changed files with 3819 additions and 0 deletions

23
src/Core/project.json Normal file
View 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": { }
}
}