UNPKG

jsbench

Version:

A very small javascript benchmark tool!

43 lines (42 loc) 789 B
{ "name": "jsbench", "description": "A very small javascript benchmark tool!", "author": [ "Yan Qing <admin@zensh.com>" ], "version": "1.2.0", "main": "index.js", "repository": { "type": "git", "url": "git@github.com:zensh/jsbench.git" }, "engines": { "node": ">= 4" }, "homepage": "https://github.com/zensh/jsbench", "keywords": [ "benchmark", "thunks", "thunk", "jsbench" ], "dependencies": { "thunks": ">=4.9.0" }, "devDependencies": { "thenjs": "^2.0.6", "async": "^2.5.0", "bluebird": "^3.5.0", "co": "^4.6.0", "rsvp": "^4.0.1", "when": "^3.7.8", "standard": "^10.0.3" }, "scripts": { "test": "standard && node bench/index" }, "files": [ "README.md", "index.js" ] }