mirror of https://github.com/SixLabors/ImageSharp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
639 B
24 lines
639 B
{
|
|
"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"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"ImageProcessorCore": "1.0.0-*",
|
|
"xunit": "2.2.0-beta1-build3239",
|
|
"xunit.runner.dnx": "2.1.0-rc1-build204"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": {
|
|
}
|
|
},
|
|
"commands": {
|
|
"test": "xunit.runner.dnx"
|
|
}
|
|
}
|