UNPKG

995 BJSONView Raw
1{
2 "name": "ger",
3 "description": "Good Enough Recommendations (GER) is a collaborative filtering based recommendations engine built to be easy to use and integrate into your application.",
4 "url": "https://github.com/grahamjenson/ger.git",
5 "keywords": [
6 "recommend",
7 "recommended",
8 "recommendation",
9 "engine",
10 "collaborative",
11 "filtering",
12 "recommender"
13 ],
14 "author": "Graham Jenson <grahamjenson@maori.geek.nz>",
15 "dependencies": {
16 "bluebird": "2.9.25",
17 "knex": "0.12.6",
18 "pg": "4.3.0",
19 "lodash": "3.9.3",
20 "moment": "2.17.1",
21 "coffee-script": "1.9.3"
22 },
23 "devDependencies": {
24 "mocha": "1.18.2",
25 "chai": "1.9.1"
26 },
27 "scripts": {
28 "test": "mocha"
29 },
30 "main": "ger.js",
31 "version": "0.0.99",
32 "license": "MIT",
33 "repository": {
34 "type": "git",
35 "url": "https://github.com/grahamjenson/ger.git"
36 }
37}