mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 10:40:23 +00:00
34 lines
1000 B
JSON
34 lines
1000 B
JSON
{
|
|
"version": "1.0.0-alpha7",
|
|
"description": "Invoke Node.js modules at runtime in ASP.NET 5 applications.",
|
|
"authors": [ "Microsoft" ],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/nodeservices"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final",
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final",
|
|
"Newtonsoft.Json": "8.0.1-beta3",
|
|
"System.Net.Http": "4.0.1-beta-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": { },
|
|
"dotnet5.4": {
|
|
"dependencies": {
|
|
"Microsoft.CSharp": "4.0.1-beta-*",
|
|
"System.Collections": "4.0.11-beta-*",
|
|
"System.Console": "4.0.0-beta-*",
|
|
"System.Diagnostics.Process": "4.1.0-beta-*",
|
|
"System.IO.FileSystem": "4.0.1-beta-*",
|
|
"System.Linq": "4.0.1-beta-*",
|
|
"System.Text.RegularExpressions": "4.0.11-beta-*",
|
|
"System.Threading": "4.0.11-beta-*"
|
|
}
|
|
}
|
|
},
|
|
"resource": [
|
|
"Content/**/*"
|
|
]
|
|
}
|