Asymmetrik/akin

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@asymmetrik/akin",
  "description": "Recommendation Engine based on Collaborative Filtering",
  "version": "0.2.4",
  "author": "Asymmetrik Ltd.",
  "contributors": [
    "Brian Ghigiarelli <bghigiarelli@asymmetrik.com>"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/asymmetrik/akin.git"
  },
  "engines": {
    "node": ">=6"
  },
  "scripts": {
    "pretest": "istanbul cover node_modules/mocha/bin/_mocha",
    "test": "mocha",
    "posttest": "eslint ./index.js ./lib"
  },
  "dependencies": {
    "bluebird": "3.5",
    "lodash": "4.17.11",
    "moment": "2.22",
    "weighted-random-object": "1.0.6"
  },
  "peerDependencies": {
    "mongoose": "4.x"
  },
  "devDependencies": {
    "eslint": "3.13",
    "istanbul": "0.4.5",
    "mocha": "3.1",
    "mocha-lcov-reporter": "0.0.2",
    "mochawesome": "1.5",
    "mongoose": "4.x",
    "should": "11.1"
  }
}