songkick/promise-stopwatch

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@songkick/promise-stopwatch",
  "version": "0.0.1",
  "description": "Measure a Promise resolution duration using Performance API with fallback to `new Data()`",
  "main": "index.js",
  "scripts": {
    "test": "tap test.js --cov --coverage-report=lcov",
    "report-coverage": "codeclimate-test-reporter < coverage/lcov.info"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/songkick/promise-stopwatch.git"
  },
  "keywords": [
    "promise",
    "stopwatch"
  ],
  "author": "Arnaud Rinquin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/songkick/promise-stopwatch/issues"
  },
  "homepage": "https://github.com/songkick/promise-stopwatch#readme",
  "devDependencies": {
    "codeclimate-test-reporter": "^0.1.1",
    "tap": "^1.4.1"
  }
}