catdad/hitime

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hitime",
  "version": "0.3.0",
  "description": "Hi-res timer for Node, wrapped in some pretty helpers",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "coverage": "istanbul cover --dir coverage node_modules/mocha/bin/_mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/catdad/hitime.git"
  },
  "author": "Kiril Vatev <vatev.1@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/catdad/hitime/issues"
  },
  "homepage": "https://github.com/catdad/hitime#readme",
  "devDependencies": {
    "chai": "^4.0.2",
    "codeclimate-test-reporter": "^0.5.0",
    "istanbul": "^0.4.3",
    "mocha": "^3.0.2"
  },
  "dependencies": {
    "lodash": "^4.13.1"
  }
}