mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 10:40:23 +00:00
34 lines
899 B
JSON
34 lines
899 B
JSON
{
|
|
"version": "1.0.0-alpha7",
|
|
"description": "Helpers for building Angular 2 applications on ASP.NET 5.",
|
|
"authors": [ "Microsoft" ],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/nodeservices"
|
|
},
|
|
"tooling": {
|
|
"defaultNamespace": "Microsoft.AspNet.AngularServices"
|
|
},
|
|
"frameworks": {
|
|
"net451": { },
|
|
"dotnet5.4": {
|
|
"dependencies": {
|
|
"Microsoft.CSharp": "4.0.1-beta-*",
|
|
"System.Collections": "4.0.11-beta-*",
|
|
"System.Linq": "4.0.1-beta-*",
|
|
"System.Net.Http": "4.0.1-beta-*",
|
|
"System.Runtime": "4.0.21-beta-*",
|
|
"System.Threading": "4.0.11-beta-*"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-rc1-final",
|
|
"Microsoft.AspNet.NodeServices": "1.0.0-alpha7",
|
|
"Microsoft.AspNet.SpaServices": "1.0.0-alpha7-1"
|
|
},
|
|
"resource": [
|
|
"Content/**/*"
|
|
]
|
|
}
|