mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-01-11 03:16:57 +00:00
32 lines
614 B
JSON
32 lines
614 B
JSON
{
|
|
"version": "1.0.0-alpha7-*",
|
|
"description": "Microsoft.AspNet.SpaServices",
|
|
"compilationOptions": {
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"authors": [
|
|
"Microsoft"
|
|
],
|
|
"tags": [
|
|
""
|
|
],
|
|
"projectUrl": "",
|
|
"licenseUrl": "",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Mvc": "6.0.0-rc1-final",
|
|
"Microsoft.AspNet.Routing": "1.0.0-rc1-final",
|
|
"Microsoft.AspNet.Proxy": "1.0.0-rc1-final",
|
|
"Microsoft.AspNet.NodeServices": "1.0.0-alpha7"
|
|
},
|
|
"frameworks": {
|
|
"net451": { },
|
|
"dotnet5.4": {
|
|
"dependencies": {
|
|
}
|
|
}
|
|
},
|
|
"resource": [
|
|
"Content/**/*"
|
|
]
|
|
}
|