Files
JavaScriptServices/Microsoft.AspNet.NodeServices.React/project.json
2015-11-05 11:46:10 -08:00

35 lines
826 B
JSON

{
"version": "1.0.0-alpha5",
"description": "Microsoft.AspNet.NodeServices.React Class Library",
"authors": [
"Microsoft"
],
"tags": [
""
],
"projectUrl": "",
"licenseUrl": "",
"tooling": {
"defaultNamespace": "Microsoft.AspNet.NodeServices.React"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {
"dependencies": {
"Microsoft.CSharp": "4.0.1-beta-*",
"System.Collections": "4.0.11-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Runtime": "4.0.21-beta-*",
"System.Threading": "4.0.11-beta-*"
}
}
},
"dependencies": {
"Microsoft.AspNet.NodeServices": "1.0.0-alpha5",
"Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-beta8",
"Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8"
},
"resource": [
"Content/**/*"
]
}