htmlparser2-benchmark
Version:
Simple benchmark for htmlparser2 using real-life data
28 lines • 607 B
JSON
{
"name": "htmlparser2-benchmark",
"description": "Simple benchmark for htmlparser2 using real-life data",
"version": "0.2.0",
"author": "Andreas Madsen <amwebdk@gmail.com>",
"main": "./index.js",
"scripts": {
"test": "node execute.js"
},
"repository" : {
"type": "git",
"url": "git://github.com/AndreasMadsen/htmlparser2-benchmark.git"
},
"keywords": [
"htmlparser2",
"benchmark"
],
"dependencies": {
"async": "0.2.x",
"summary": "0.3.x",
"startpoint": "0.3.x"
},
"license": "MIT",
"engines": {
"node": "0.10 || 0.11",
"npm": "1"
}
}