UNPKG
generator-aspnetdnx2
Version:
latest (0.0.32)
0.0.32
Yeoman generator for ASP.NET 5 apps
github.com/OmniSharp/generator-aspnet
OmniSharp/generator-aspnet
generator-aspnetdnx2
/
templates
/
projects
/
nancy
/
project.json
13 lines
•
324 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"dependencies"
:
{
"Kestrel"
:
"1.0.0-beta3"
,
"Microsoft.AspNet.Owin"
:
"1.0.0-beta3"
,
"Nancy"
:
"1.1.0"
}
,
"commands"
:
{
"kestrel"
:
"Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:5004"
}
,
"frameworks"
:
{
"aspnet50"
:
{
}
}
}