{
    "name": "ger",
    "description": "Good Enough Recommendations (GER) is a collaborative filtering based recommendations engine built to be easy to use and integrate into your application.",
    "url": "https://github.com/grahamjenson/ger.git",
    "keywords": [
        "recommend",
        "recommended",
        "recommendation",
        "engine",
        "collaborative",
        "filtering",
        "recommender"
    ],
    "author": "Graham Jenson <grahamjenson@maori.geek.nz>",
    "dependencies": {
        "bluebird": "2.9.25",
        "knex": "0.12.6",
        "pg": "4.3.0",
        "lodash": "3.9.3",
        "moment": "2.17.1",
        "coffee-script": "1.9.3"
    },
    "devDependencies": {
        "mocha": "1.18.2",
        "chai": "1.9.1"
    },
    "scripts": {
        "test": "mocha"
    },
    "main": "ger.js",
    "version": "0.0.99",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/grahamjenson/ger.git"
    }
}
