package.json
{
"name": "simple-benchmark",
"version": "1.1.1",
"description": "Super simple benchmark tool ",
"main": "index.js",
"scripts": {
"test": "mocha",
"build": "coffee --compile --map --output lib/ src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octoblu/node-simple-benchmark.git"
},
"keywords": [
"benchmark"
],
"author": "Octoblu, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/octoblu/node-simple-benchmark/issues"
},
"homepage": "https://github.com/octoblu/node-simple-benchmark#readme",
"dependencies": {
"colors": "^1.1.2",
"performance-now": "^2.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"coffee-coverage": "^0.6.3",
"coffee-script": "^1.10.0",
"lodash": "^4.11.1",
"mocha": "^2.4.5",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
}
}