mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 10:40:23 +00:00
35 lines
879 B
JSON
35 lines
879 B
JSON
{
|
|
"version": "1.0.0-alpha1",
|
|
"description": "Microsoft.AspNet.NodeServices",
|
|
"authors": [ "Microsoft" ],
|
|
"tags": [""],
|
|
"projectUrl": "",
|
|
"licenseUrl": "",
|
|
|
|
"dependencies": {
|
|
"System.Net.Http": "4.0.1-beta-23409",
|
|
"Newtonsoft.Json": "8.0.1-beta1"
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"Microsoft.CSharp": "4.0.1-beta-23217",
|
|
"System.Collections": "4.0.11-beta-23217",
|
|
"System.Linq": "4.0.1-beta-23217",
|
|
"System.Runtime": "4.0.21-beta-23217",
|
|
"System.Threading": "4.0.11-beta-23217",
|
|
"System.Text.RegularExpressions": "4.0.11-beta-23409",
|
|
"System.Diagnostics.Process": "4.1.0-beta-23409",
|
|
"System.IO.FileSystem": "4.0.1-beta-23409",
|
|
"System.Console": "4.0.0-beta-23409"
|
|
}
|
|
}
|
|
},
|
|
|
|
"resource": [
|
|
"Content/**/*"
|
|
]
|
|
}
|