-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 731 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 731 Bytes
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
{
"name": "node-recommendations",
"version": "0.0.6",
"description": "Node.js recommendations module",
"keywords": [
"recommendations"
],
"author": "Philmod <philippe.modard@gmail.com>",
"homepage": "http://github.com/philmod/node-recommendations",
"engines": {
"node": ">= v4.0.0"
},
"dependencies": {
"async": "^1.5.2",
"redis": "^2.5.3",
"underscore": "^1.8.3",
"uuid": "^3.0.0"
},
"devDependencies": {
"mocha": "",
"should": "^8.3.1"
},
"scripts": {
"test": "make test"
},
"main": "index",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/Philmod/node-recommendations.git"
},
"license": "BSD"
}