-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 967 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 967 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
36
37
{
"name": "YouCanNotRecommend",
"version": "1.1.1",
"description": "Recommender system for MyAnimeList",
"main": "index.js",
"dependencies": {
"bluebird": "^3.4.6",
"co": "^4.6.0",
"config": "^1.24.0",
"deepmerge": "^1.3.0",
"express": "^4.14.0",
"extract-zip": "^1.5.0",
"knuth-shuffle": "^1.0.1",
"node-cleanup": "^1.0.1",
"pg": "^6.1.0",
"pg-escape": "^0.2.0",
"pg-promise": "^5.3.5",
"progress": "^1.1.8",
"promise": "^7.1.1",
"promise-queue": "^2.2.3",
"quick-tcp-socket": "^1.0.0",
"redis": "^2.6.3",
"request": "^2.79.0",
"shm-typed-array": "^0.0.8",
"underscore": "^1.8.3",
"vectorious-plus": "^4.3.16"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js start",
"install": "node-gyp configure && node-gyp rebuild"
},
"author": "ukrbublik",
"license": "ISC",
"private": true
}