11{
22 "version" : " 1.0.0-alpha7" ,
3- "description" : " Microsoft.AspNet.NodeServices" ,
4- "authors" : [
5- " Microsoft"
6- ],
7- "tags" : [
8- " "
9- ],
10- "projectUrl" : " " ,
11- "licenseUrl" : " " ,
3+ "description" : " Invoke Node.js modules at runtime in ASP.NET 5 applications." ,
4+ "authors" : [ " Microsoft" ],
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " git://github.com/aspnet/nodeservices"
8+ },
129 "dependencies" : {
13- "System.Net.Http" : " 4.0.1-beta-*" ,
14- "Newtonsoft.Json" : " 8.0.1-beta3" ,
1510 "Microsoft.Extensions.DependencyInjection.Abstractions" : " 1.0.0-rc1-final" ,
16- "Microsoft.Extensions.PlatformAbstractions" : " 1.0.0-rc1-final"
11+ "Microsoft.Extensions.PlatformAbstractions" : " 1.0.0-rc1-final" ,
12+ "Newtonsoft.Json" : " 8.0.1-beta3" ,
13+ "System.Net.Http" : " 4.0.1-beta-*"
1714 },
1815 "frameworks" : {
19- "dnx451 " : {},
20- "dnxcore50 " : {
16+ "net451 " : { },
17+ "dotnet5.4 " : {
2118 "dependencies" : {
2219 "Microsoft.CSharp" : " 4.0.1-beta-*" ,
2320 "System.Collections" : " 4.0.11-beta-*" ,
24- "System.Linq" : " 4.0.1-beta-*" ,
25- "System.Threading" : " 4.0.11-beta-*" ,
26- "System.Text.RegularExpressions" : " 4.0.11-beta-*" ,
21+ "System.Console" : " 4.0.0-beta-*" ,
2722 "System.Diagnostics.Process" : " 4.1.0-beta-*" ,
2823 "System.IO.FileSystem" : " 4.0.1-beta-*" ,
29- "System.Console" : " 4.0.0-beta-*"
24+ "System.Linq" : " 4.0.1-beta-*" ,
25+ "System.Text.RegularExpressions" : " 4.0.11-beta-*" ,
26+ "System.Threading" : " 4.0.11-beta-*"
3027 }
3128 }
3229 },
3330 "resource" : [
3431 " Content/**/*"
3532 ]
36- }
33+ }
0 commit comments