songkick/promise-reject-status-above

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@songkick/promise-reject-status-above",
  "version": "1.0.0",
  "description": "Rejects a promise returned by fetch() if status above threshold",
  "repository": {
    "type": "git",
    "url": "https://github.com/songkick/promise-reject-status-above.git"
  },
  "main": "index.js",
  "scripts": {
    "test": "tap test.js --cov  --coverage-report=lcov",
    "report-coverage": "codeclimate-test-reporter < coverage/lcov.info"
  },
  "keywords": [
    "promise",
    "fetch",
    "async"
  ],
  "author": "Arnaud Rinquin",
  "license": "MIT",
  "devDependencies": {
    "codeclimate-test-reporter": "^0.1.1",
    "tap": "^1.4.1"
  },
  "bugs": {
    "url": "https://github.com/songkick/promise-reject-status-above/issues"
  },
  "homepage": "https://github.com/songkick/promise-reject-status-above",
  "dependencies": {}
}