{ "version": "1.0.0-*", "description": "ImageProcessor.Tests Class Library", "authors": [ "James Jackson-South and contributors" ], "tags": [ "" ], "projectUrl": "", "licenseUrl": "", "dependencies": { "ImageProcessor": "3.0.0-*", "Microsoft.CSharp": "4.0.1-beta-23516", "Microsoft.NETCore": "5.0.1-beta-23516", "Microsoft.NETCore.Platforms": "1.0.1-beta-23516", "System.Collections": "4.0.11-beta-23516", "System.Linq": "4.0.1-beta-23516", "System.Threading": "4.0.11-beta-23516", "xunit": "2.1.0", "xunit.runner.dnx": "2.1.0-rc1-build204" }, "frameworks": { "dnxcore50": { } }, "commands": { "test": "xunit.runner.dnx" } }