SimpliField/sf-token

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "sf-token",
  "version": "2.0.0",
  "description": "Service for creating and checking temporary tokens.",
  "main": "dist/index.js",
  "scripts": {
    "test": "mocha --compilers js:babel-core/register src/*.mocha.js",
    "lint": "eslint src/*.js",
    "compile": "babel src --out-dir=dist",
    "prepublish": "npm run compile && npm test && npm run lint",
    "coveralls": "istanbul cover _mocha --report lcovonly -- --compilers js:babel-core/register src/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "cover": "istanbul cover --report html _mocha -- --compilers js:babel-core/register src/*.mocha.js -R spec -t 5000",
    "cli": "env NPM_RUN_CLI=1"
  },
  "engines": {
    "node": ">=6"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/SimpliField/sf-token.git"
  },
  "keywords": [
    "http",
    "token",
    "temporary",
    "access"
  ],
  "author": "Nicolas Froidure (Simplifield)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SimpliField/sf-token/issues"
  },
  "devDependencies": {
    "babel-cli": "^6.16.0",
    "babel-core": "^6.14.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.14.0",
    "coveralls": "~2.11.4",
    "eslint": "^3.5.0",
    "eslint-config-simplifield": "^4.2.0",
    "istanbul": "~0.4.5",
    "jsdoc-to-markdown": "^3.0.0",
    "mocha": "~3.2.0",
    "mocha-lcov-reporter": "1.2.0",
    "mockery": "^2.0.0",
    "neatequal": "^1.0.0",
    "objectid-stub": "^1.3.0",
    "sf-time-mock": "^1.0.1",
    "streamtest": "^1.2.1"
  },
  "dependencies": {
    "yerror": "^2.1.0"
  }
}