mirror of
https://github.com/lovell/sharp.git
synced 2025-07-15 05:00:14 +02:00
25 lines
595 B
JSON
25 lines
595 B
JSON
{
|
|
"name": "sharp-benchmark",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"author": "Lovell Fuller <npm@lovell.info>",
|
|
"description": "Benchmark and performance tests for sharp",
|
|
"scripts": {
|
|
"test": "VIPS_WARNING=0 node perf && node random && node parallel"
|
|
},
|
|
"devDependencies": {
|
|
"async": "^1.5.2",
|
|
"benchmark": "^2.0.0",
|
|
"gm": "^1.21.0",
|
|
"imagemagick": "^0.1.3",
|
|
"imagemagick-native": "elad/node-imagemagick-native",
|
|
"jimp": "^0.2.20",
|
|
"lwip": "^0.0.8",
|
|
"semver": "^5.1.0"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
}
|