sharp/test/bench/package.json
2015-09-27 09:38:47 +01:00

25 lines
557 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": "^1.4.2",
"benchmark": "^1.0.0",
"gm": "^1.20.0",
"imagemagick": "^0.1.3",
"imagemagick-native": "^1.8.0",
"jimp": "^0.2.5",
"lwip": "^0.0.7",
"semver": "^5.0.3"
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.10"
}
}