tape-benchmark
Version:
Benchmarking functions for tape
34 lines (33 loc) • 661 B
JSON
{
"name": "tape-benchmark",
"description": "Benchmarking functions for tape",
"version": "0.0.0",
"homepage": "https://github.com/jamen/tape-benchmark",
"author": "Jamen Marz (https://git.io/jamen)",
"repository": "jamen/tape-benchmark",
"bugs": {
"url": "https://github.com/jamen/tape-benchmark/issues"
},
"license": "MIT",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "node test"
},
"devDependencies": {
"tape": "^4.6.3"
},
"keywords": [
"jamen",
"tape-benchmark",
"tape",
"benchmark",
"benchmarking",
"test",
"testing"
],
"dependencies": {
"benchmark": "^2.1.3"
}
}