b
Version:
Benchmarks for Node.js.
24 lines (23 loc) • 499 B
JSON
{
"name": "b"
, "version": "2.0.1"
, "description": "Benchmarks for Node.js."
, "keywords": ["benchmarks", "benchmarking"]
, "author": "Veselin Todorov <hi@vesln.com>"
, "devDependencies": {
"mocha": "*"
, "chai": "*"
}
, "repository" : {
"type" : "git"
, "url" : "http://github.com/vesln/b.git"
}
, "homepage": "http://github.com/vesln/b"
, "scripts": {
"test": "make test"
}
, "main": "./lib/b"
, "engines": {
"node": ">= 0.8.0"
}
}