UNPKG

wrk-node

Version:
65 lines (64 loc) 1.39 kB
{ "name": "wrk-node", "version": "0.1.4", "description": "wrk benchmarking http node.js", "main": "index.js", "scripts": { "eslint": "eslint", "jscs": "jscs", "test": "mocha", "postinstall": "make clean && make install" }, "bin": { "wrk": "./src/wrk" }, "repository": { "type": "git", "url": "git+https://github.com/School-Improvement-Network/wrk-node.git" }, "keywords": [ "node", "wrk", "http", "benchmarking" ], "maintainers": [ { "name": "gideoanirex", "email": "gideonrosales@gmail.com" }, { "name": "yamii", "email": "miriamiglesia@gmail.com" }, { "name": "vjcagay", "email": "vjcagay@gmail.com" }, { "name": "darbiol", "email": "arbiol.daniel0727@gmail.com" } ], "author": "School Improvement Network", "license": "MIT", "bugs": { "url": "https://github.com/School-Improvement-Network/wrk-node/issues" }, "homepage": "https://github.com/School-Improvement-Network/wrk-node", "dependencies": { "async": "^1.4.0", "bluebird": "^2.9.34", "cli-table": "^0.3.1", "colors": "^1.1.2", "glob": "^5.0.14" }, "devDependencies": { "eslint": "^0.24.1", "jscs": "^1.13.1", "mocha": "^2.2.5", "should": "^7.0.2", "sinet-coding-conventions": "^1.31.0", "sinon": "^1.15.4" } }