pixl-perf
Version:
A simple, high precision performance tracking system.
25 lines (24 loc) • 542 B
JSON
{
"name": "pixl-perf",
"version": "1.0.9",
"description": "A simple, high precision performance tracking system.",
"author": "Joseph Huckaby <jhuckaby@gmail.com>",
"homepage": "https://github.com/jhuckaby/pixl-perf",
"license": "MIT",
"main": "perf.js",
"repository": {
"type": "git",
"url": "https://github.com/jhuckaby/pixl-perf"
},
"bugs": {
"url": "https://github.com/jhuckaby/pixl-perf/issues"
},
"keywords": [
"performance",
"profiling"
],
"dependencies": {
"pixl-class": "^1.0.3"
},
"devDependencies": {}
}