-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
43 lines (43 loc) · 1.11 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
42
43
{
"name": "recombee-js-api-client",
"version": "4.1.5",
"description": "Client-side js library for easy use of the Recombee recommendation API",
"main": "./src/index.js",
"browser": "./src/index.js",
"types": "src/index.d.ts",
"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 <[email protected]> (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"
}
}