Remove use of deprecated API from benchmark

Add mapnik as possible contender
This commit is contained in:
Lovell Fuller
2016-11-07 18:53:54 +00:00
parent a7b024d4fa
commit 945706c2a4
4 changed files with 94 additions and 14 deletions

View File

@@ -9,16 +9,17 @@
},
"devDependencies": {
"async": "^2.1.1",
"benchmark": "^2.1.1",
"benchmark": "^2.1.2",
"gm": "^1.23.0",
"imagemagick": "^0.1.3",
"imagemagick-native": "^1.9.3",
"jimp": "^0.2.27",
"lwip": "^0.0.9",
"mapnik": "^3.5.14",
"semver": "^5.3.0"
},
"license": "Apache-2.0",
"engines": {
"node": ">=0.10"
"node": ">=4"
}
}