collaborative-filter
Version:
A lightweight implementation of collaborative filtering.
33 lines (32 loc) • 724 B
JSON
{
"name": "collaborative-filter",
"version": "1.0.0-beta.3",
"description": "A lightweight implementation of collaborative filtering.",
"repository": {
"type": "git",
"url": "git:github.com/TSonono/collaborative-filtering"
},
"main": "index.js",
"scripts": {
"test": "mocha",
"coverage": "nyc mocha"
},
"keywords": [
"statistics",
"collaborative-filtering",
"node-js",
"recommendation-engine"
],
"author": "Tofik Sonono",
"license": "MIT",
"dependencies": {
"mathjs": "^6.2.3"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"mocha": "^6.2.2",
"nyc": "^14.1.1"
}
}