jaredhanson/node-tokens

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "tokens",
  "version": "0.0.8",
  "description": "Encode and decode security tokens.",
  "keywords": [
    "oauth",
    "oauth2"
  ],
  "author": {
    "name": "Jared Hanson",
    "email": "jaredhanson@gmail.com",
    "url": "http://www.jaredhanson.net/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jaredhanson/node-tokens.git"
  },
  "bugs": {
    "url": "http://github.com/jaredhanson/node-tokens/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "main": "./lib",
  "dependencies": {
    "moment": "2.x.x",
    "request": "2.x.x",
    "jws": "3.x.x",
    "debug": "2.x.x"
  },
  "devDependencies": {
    "chai": "3.x.x",
    "mocha": "2.x.x",
    "node-version": "1.x.x",
    "proxyquire": "1.x.x",
    "@jaredhanson/make-node": "0.2.x"
  },
  "engines": {
    "node": ">= 0.12"
  },
  "scripts": {
    "test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js"
  }
}