Also supports Get request for /api/users and /api/users?userId=x and /api/timelogs?userId=x and /api/stats stats needs fleshing out. also logic behind when someone is checking in/out..
23 lines
570 B
JSON
23 lines
570 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.ApplicationInsights": "1.0.0",
|
|
"Microsoft.ApplicationInsights.PersistenceChannel": "1.0.0",
|
|
"Microsoft.ApplicationInsights.WindowsApps": "1.0.0",
|
|
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
|
|
"Newtonsoft.Json": "8.0.3",
|
|
"Restup": "1.0.0-beta4",
|
|
"SQLite.Net-pcl": "3.1.1",
|
|
"Unity": "4.0.1"
|
|
},
|
|
"frameworks": {
|
|
"uap10.0": {}
|
|
},
|
|
"runtimes": {
|
|
"win10-arm": {},
|
|
"win10-arm-aot": {},
|
|
"win10-x86": {},
|
|
"win10-x86-aot": {},
|
|
"win10-x64": {},
|
|
"win10-x64-aot": {}
|
|
}
|
|
} |