hairyhenderson/node-fellowshipone

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "fellowshipone",
  "version": "0.3.4",
  "description": "Fellowship One (F1) API wrapper for Node.js",
  "main": "index.js",
  "scripts": {
    "test": "make test-travis"
  },
  "keywords": [
    "fellowshipone",
    "f1",
    "api"
  ],
  "author": {
    "name": "Dave Henderson",
    "url": "https://github.com/hairyhenderson"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hairyhenderson/node-fellowshipone.git"
  },
  "bugs": {
    "url": "https://github.com/hairyhenderson/node-fellowshipone/issues"
  },
  "license": "MIT",
  "engines": {
    "node": ">=6.9.0"
  },
  "dependencies": {
    "async": "^2.0.1",
    "debug": "^3.0.0",
    "jjv": "^1.0.2",
    "lodash": "^4.13.1",
    "request": "^2.74.0"
  },
  "devDependencies": {
    "codeclimate-test-reporter": "^0.4.0",
    "istanbul": "^0.4.4",
    "mocha": "^5.0.1",
    "nsp": "^3.0.0",
    "should": "^13.2.1",
    "sinon": "^4.0.0",
    "standard": "^9.0.0"
  },
  "standard": {
    "globals": [
      "describe",
      "it",
      "before",
      "after",
      "beforeEach",
      "afterEach"
    ]
  }
}