This repository was archived by the owner on Jun 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·65 lines (65 loc) · 1.44 KB
/
package.json
File metadata and controls
executable file
·65 lines (65 loc) · 1.44 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "follow-based-recommendation-algorithm",
"version": "1.0.0",
"description": "Algorithm for ",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start:local": "nodemon index.js",
"test": "snyk test && export CAPI_KEY=123 && mocha ./test --recursive --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ftlabs/...git"
},
"keywords": [
"ftlabs"
],
"author": "jdevt",
"license": "MIT",
"bugs": {
"url": "https://github.com/ftlabs/.../issues"
},
"homepage": "https://github.com/ftlabs/...#readme",
"dependencies": {
"@financial-times/s3o-middleware": "^2.1.1",
"assert": "^1.5.0",
"aws-sdk": "^2.605.0",
"body-parser": "^1.19.0",
"chai": "^4.1.2",
"chai-http": "^4.3.0",
"chart.js": "^2.9.3",
"color-sort": "0.0.1",
"debug": "^2.3.3",
"dotenv": "^2.0.0",
"express": "^4.17.1",
"express-enforces-ssl": "^1.1.0",
"express-handlebars": "^3.1.0",
"fs": "0.0.1-security",
"gm": "^1.23.1",
"hbs": "^4.1.0",
"helmet": "^3.21.2",
"is-uuid": "^1.0.2",
"md5": "^2.2.1",
"mocha": "^5.0.3",
"ndarray": "^1.0.19",
"node-fetch": "^1.6.3",
"node-slack-upload": "^2.0.0",
"request": "^2.88.0",
"rss": "^1.2.1",
"sharp": "^0.21.3",
"striptags": "^2.1.1",
"uuid": "^3.4.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"nock": "^9.6.1",
"nodemon": "^1.19.4",
"proxyquire": "^2.1.0",
"sinon": "^5.0.10",
"snyk": "^1.278.1"
},
"engines": {
"node": "8.9.x"
}
}