captaindash/node-mention-api

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "mention-api",
  "version": "1.2.0",
  "description": "A Node.js client to query the Mention API",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/captaindash/node-mention-api"
  },
  "keywords": [
    "mention",
    "api",
    "client",
    "oauth2"
  ],
  "author": "Aymeric Beaumet <aymeric@beaumet.me>",
  "license": "Unlicense",
  "bugs": {
    "url": "https://github.com/captaindash/node-mention-api/issues"
  },
  "homepage": "https://github.com/captaindash/node-mention-api",
  "dependencies": {
    "bluebird": "3.1.1",
    "joi": "7.1.0",
    "request": "2.67.0"
  },
  "devDependencies": {
    "chai": "3.4.1",
    "jshint": "2.8.0",
    "mocha": "2.3.4",
    "sinon": "1.17.2",
    "sinon-chai": "2.8.0",
    "codeclimate-test-reporter": "0.1.1",
    "istanbul": "0.4.1",
    "jscs": "2.8.0",
    "lodash": "3.10.1",
    "nock": "4.0.0"
  }
}