{
  "name": "perfome",
  "version": "0.0.3",
  "description": "CLI for running benchmarks",
  "bin": {
    "perfome": "./bin/perfome"
  },
  "scripts": {
    "test": "mocha test && mocha test/node"
  },
  "devDependencies": {
    "jshint": "~0.9",
    "grunt": "~0.4.1",
    "grunt-es6-module-transpiler": "~0.6.0",
    "load-grunt-config": "~0.5.0",
    "benchmark": "bestiejs/benchmark.js",
    "lodash": "~2.3.0",
    "microtime": "~0.5.1",
    "grunt-cli": "~0.1.10",
    "load-grunt-tasks": "~0.2.0",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-connect": "~0.5.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-contrib-copy": "~0.4.1",
    "grunt-contrib-clean": "~0.5.0",
    "es6-module-transpiler": "~0.3.6",
    "glob": "~3.2.7",
    "mocha": "~1.17.1",
    "mkdirp": "~0.3.5",
    "event-emitter": "~0.2.2",
    "commander": "~2.1.0",
    "rsvp": "^3.0.6",
    "chai": "^1.9.1"
  },
  "keywords": [
    "benchmarks",
    "cli",
    "performance"
  ],
  "author": "Alex Navasardyan",
  "license": "MIT"
}
