mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-01-11 19:35:29 +00:00
35 lines
832 B
JSON
35 lines
832 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "Helpers for building Angular 2 applications on ASP.NET Core.",
|
|
"compilationOptions": {
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"authors": [ "Microsoft" ],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/nodeservices"
|
|
},
|
|
"tooling": {
|
|
"defaultNamespace": "Microsoft.AspNetCore.AngularServices"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net451+win8"
|
|
],
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0-*",
|
|
"type": "platform"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
|
|
"Microsoft.AspNetCore.NodeServices": "1.0.0-*",
|
|
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
|
|
}
|
|
}
|