-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 859 Bytes
/
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
{
"name": "ger_mysql_esm",
"description": "An Event Store Manager for Good Enough Recommendations (GER) using MySQL",
"url": "https://github.com/nikashitsa/ger_mysql_esm.git",
"keywords": [
"recommend",
"recommended",
"recommendation",
"engine",
"collaborative",
"filtering",
"mysql"
],
"author": "Nikita Verkhovin <[email protected]>",
"dependencies": {
"bluebird": "^3.4.7",
"coffee-script": "^1.12.2",
"knex": "0.12.6",
"lodash": "3.9.3",
"moment": "^2.17.1",
"mysql": "^2.12.0"
},
"devDependencies": {
"chai": "^3.5.0",
"ger": "0.0.98",
"mocha": "^3.2.0"
},
"scripts": {
"test": "mocha"
},
"main": "mysql_esm.js",
"version": "0.0.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nikashitsa/ger_mysql_esm.git"
}
}