forked from grahamjenson/ger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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"
],
"author": "Graham Jenson <[email protected]>",
"dependencies": {
"bluebird": "2.9.25",
"knex": "0.8.6",
"pg": "4.3.0",
"rethinkdbdash": "neumino/rethinkdbdash#master",
"pg-copy-streams": "0.3.0",
"lodash": "3.9.3",
"moment": "2.8.3",
"split": "0.3.0",
"coffee-script": "1.9.3"
},
"devDependencies": {
"q-io": "1.11.3",
"mocha": "1.18.2",
"chai": "1.9.1"
},
"scripts": {
"test": "mocha"
},
"main": "ger.js",
"version": "0.0.89",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/grahamjenson/ger.git"
}
}