{ "version": "1.0.0-*", "description": "Helpers for building single-page applications on ASP.NET MVC Core", "compilationOptions": { "keyFile": "../../tools/Key.snk" }, "authors": [ "Microsoft" ], "dependencies": { "Microsoft.AspNetCore.Mvc": "1.0.0", "Microsoft.AspNetCore.NodeServices": "1.0.0-*" }, "frameworks": { "net451": { }, "netstandard1.6": { "imports": [ "dotnet5.6", "dnxcore50", "portable-net45+win8" ] } }, "buildOptions": { "embed": [ "Content/**/*" ] } }