forked from recombee/js-api-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
41
{
"name": "recombee-js-api-client",
"version": "3.0.0",
"description": "Client-side js library for easy use of the Recombee recommendation API",
"browser": "./src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Recombee/js-api-client.git"
},
"keywords": [
"recombee",
"recommendation engine",
"recommender engine",
"recommender as a service",
"machine learning",
"API",
"SDK"
],
"author": "Ondrej Fiedler <ondrej.fiedler@recombee.com> (https://www.recombee.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Recombee/js-api-client/issues"
},
"homepage": "https://github.com/Recombee/js-api-client#readme",
"dependencies": {
"jssha": "^2.3.1"
},
"devDependencies": {
"@neutrinojs/fork": "^8.3.0",
"@neutrinojs/library": "^8.3.0",
"neutrino": "^8.3.0",
"qunit": "^2.7.0",
"webpack": "^3.12.0",
"webpack-node-externals": "^1.7.2",
"webpack-sources": "1.0.1"
},
"scripts": {
"build": "neutrino build",
"lint": "neutrino lint"
}
}