{ "version": "1.0.0-*", "description": "ImageProcessorCore.Tests Class Library", "authors": [ "James Jackson-South and contributors" ], "packOptions": { "projectUrl": "https://github.com/JimBobSquarePants/ImageProcessor", "licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0", "tags": [ "Image Resize Crop Quality Gif Jpg Jpeg Bitmap Png Fluent Animated" ] }, "buildOptions": { "debugType": "portable" }, "dependencies": { "ImageProcessorCore": "1.0.0-*", "xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*" }, "frameworks": { "netcoreapp1.1": { "dependencies": { "Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-*" } }, "imports": [ "dnxcore50", "portable-net45+win8" ] } }, "testRunner": "xunit" }