madwill/feathers-horizon

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "feathers-horizon",
  "description": "Horizon.js feathers plugin",
  "version": "0.6.4",
  "homepage": "https://github.com/madwill/feathers-horizon",
  "main": "lib/",
  "keywords": [
    "feathers",
    "feathers-plugin"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/madwill/feathers-horizon.git"
  },
  "author": {
    "name": "William.thivierge",
    "email": "william.thivierge@gmail.com"
  },
  "contributors": [],
  "bugs": {
    "url": "https://github.com/https://github.com/madwill/horizon-feathers-plugin.git/issues"
  },
  "engines": {
    "node": ">= 4.6.0"
  },
  "scripts": {
    "prepublish": "npm run compile",
    "publish": "git push github --tags",
    "release:patch": "npm version patch && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:major": "npm version major && npm publish",
    "compile": "shx rm -rf lib/ && babel -d lib/ src/",
    "watch": "babel --watch -d lib/ src/",
    "lint": "semistandard src/**/*.js test/**/*.js --fix",
    "mocha": "mocha --opts mocha.opts",
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts",
    "test": "npm run compile && npm run lint && npm run coverage",
    "start": "npm run compile && node example/app"
  },
  "semistandard": {
    "sourceType": "module",
    "env": [
      "mocha"
    ]
  },
  "directories": {
    "lib": "lib"
  },
  "dependencies": {
    "@horizon/server": "^2.0.0",
    "debug": "^3.0.0",
    "feathers": "^2.1.3",
    "feathers-configuration": "^0.4.1",
    "feathers-errors": "^2.8.1",
    "feathers-tests-fake-app-users": "^1.0.0",
    "i": "^0.3.5",
    "jsonwebtoken": "^7.4.1",
    "npm": "^5.0.2",
    "uberproto": "^1.2.0",
    "ws": "^3.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.24.1",
    "chai": "^4.0.1",
    "istanbul": "^1.1.0-alpha.1",
    "jest": "^20.0.4",
    "mocha": "^3.4.2",
    "semistandard": "^11.0.0",
    "shx": "^0.2.2"
  }
}