forked from recombee/node-api-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 902 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
{
"name": "recombee-api-client",
"version": "3.0.0",
"description": "Node.js client (SDK) for easy use of the Recombee recommendation API",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Recombee/node-api-client.git"
},
"keywords": [
"recombee",
"recommendation engine",
"recommender engine",
"recommender as a service",
"machine learning",
"API",
"SDK"
],
"author": "Ondrej Fiedler <[email protected]> (https://www.recombee.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Recombee/node-api-client/issues"
},
"homepage": "https://github.com/Recombee/node-api-client#readme",
"dependencies": {
"request-promise": "^4.2.5",
"request": "^2.88.0",
"jssha": "^2.3.0"
},
"devDependencies": {
"chai": "^3.5.0"
}
}