mirror of
https://github.com/lovell/sharp.git
synced 2025-07-18 06:20:14 +02:00
27 lines
608 B
JSON
27 lines
608 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": "node perf && node random && node parallel"
|
|
},
|
|
"devDependencies": {
|
|
"async": "^2.6.0",
|
|
"benchmark": "^2.1.4",
|
|
"gm": "^1.23.1",
|
|
"imagemagick": "^0.1.3",
|
|
"imagemagick-native": "^1.9.3",
|
|
"images": "^3.0.1",
|
|
"jimp": "^0.2.28",
|
|
"mapnik": "^3.6.2",
|
|
"pajk-lwip": "^0.2.0",
|
|
"semver": "^5.4.1"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
}
|