nodehog
Version:
A simple cpu hog utility.
34 lines (33 loc) • 627 B
JSON
{
"name": "nodehog",
"version": "0.1.2",
"description": "A simple cpu hog utility.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node index.js"
},
"bin": {
"nodehog": "./bin.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaredgorski/nodehog.git"
},
"keywords": [
"stress",
"load",
"cpu",
"node",
"hog",
"test"
],
"author": "Jared Gorski",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaredgorski/nodehog/issues"
},
"homepage": "https://github.com/jaredgorski/nodehog#readme"
}