1
1
{
2
2
"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
+ },
12
9
"dependencies" : {
13
- "System.Net.Http" : " 4.0.1-beta-*" ,
14
- "Newtonsoft.Json" : " 8.0.1-beta3" ,
15
10
"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-*"
17
14
},
18
15
"frameworks" : {
19
- "dnx451 " : {},
20
- "dnxcore50 " : {
16
+ "net451 " : { },
17
+ "dotnet5.4 " : {
21
18
"dependencies" : {
22
19
"Microsoft.CSharp" : " 4.0.1-beta-*" ,
23
20
"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-*" ,
27
22
"System.Diagnostics.Process" : " 4.1.0-beta-*" ,
28
23
"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-*"
30
27
}
31
28
}
32
29
},
33
30
"resource" : [
34
31
" Content/**/*"
35
32
]
36
- }
33
+ }
0 commit comments