2016-09-12 14:05:24 +03:00
{
2017-01-02 08:40:41 +03:00
"version" : "0.9.0-*" ,
"authors" : [ "Andrey Shchekin" ] ,
2017-01-02 12:37:28 +03:00
"description" : "MirrorSharp OWIN server. MirrorSharp is a code editor <textarea> built on Roslyn — see https://github.com/ashmind/mirrorsharp/blob/master/README.md for details." ,
2017-01-02 08:40:41 +03:00
"packOptions" : {
"projectUrl" : "https://github.com/ashmind/mirrorsharp" ,
"repository" : {
"type" : "git" ,
"url" : "https://github.com/ashmind/mirrorsharp.git"
2017-01-02 08:53:30 +03:00
} ,
"tags" : [ "Roslyn" , "CodeMirror" ]
2017-01-02 08:40:41 +03:00
} ,
2016-09-12 14:05:24 +03:00
2017-01-02 08:40:41 +03:00
"dependencies" : {
"JetBrains.Annotations" : "10.1.5" ,
"MirrorSharp.Common" : "0.9.0-*" ,
"Owin" : "1.0.0" ,
"AshMind.Extensions" : "2.0.0-pre-20160719"
} ,
2016-09-12 14:05:24 +03:00
2017-01-02 08:40:41 +03:00
"frameworks" : {
"net45" : { }
}
2016-09-12 14:05:24 +03:00
}