mirrorsharp/MirrorSharp.Owin/project.json

25 строки
741 B
JSON
Исходник Обычный вид История

{
"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.",
"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"]
},
"dependencies": {
"JetBrains.Annotations": "10.1.5",
"MirrorSharp.Common": "0.9.0-*",
"Owin": "1.0.0",
"AshMind.Extensions": "2.0.0-pre-20160719"
},
"frameworks": {
"net45": {}
}
}