{ "version": "1.0.0-*", "description": "Invoke Node.js modules at runtime in ASP.NET Core applications.", "compilationOptions": { "keyFile": "../../tools/Key.snk" }, "authors": [ "Microsoft" ], "repository": { "type": "git", "url": "git://github.com/aspnet/nodeservices" }, "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*", "Microsoft.Extensions.PlatformAbstractions": "1.0.0-*", "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*", "Newtonsoft.Json": "8.0.3" }, "frameworks": { "netstandardapp1.5": { "imports": [ "dnxcore50", "portable-net451+win8" ], "dependencies": { "NETStandard.Library": "1.5.0-*", "System.Diagnostics.Process": "4.1.0-*" } } }, "resource": [ "Content/**/*" ] }