This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
forked from itteco/iframely
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.96 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@time-loop/iframely",
"version": "1.6.2",
"description": "oEmbed/2 gateway endpoint. Get embed data for various http links through one self-hosted API",
"keywords": [
"oembed",
"embed",
"open graph",
"og",
"twitter cards"
],
"homepage": "http://iframely.com",
"repository": {
"type": "git",
"url": "https://github.com/time-loop/iframely.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"bugs": {
"url": "https://github.com/itteco/iframely/issues"
},
"license": "MIT",
"dependencies": {
"async": "2.4.1",
"cheerio": "0.22.0",
"chokidar": "^3.3.1",
"ejs": "^3.1.9",
"entities": "1.1.1",
"express": "^4.16.3",
"graceful-cluster": "0.0.3",
"htmlparser2": "3.9.2",
"http-parser-js": "^0.4.10",
"iconv-lite": "0.4.17",
"iltorb": "^2.4.3",
"jslint": "^0.12.1",
"jsontoxml": "0.0.11",
"memcached": "2.2.2",
"moment": "2.19.3",
"node-cache": "1.*",
"parse-iso-duration": "1.0.0",
"probe-image-size": "^5.0.0",
"readabilitySAX": "1.6.1",
"redis": "3.1.1",
"redis-clustr": "1.7.0",
"request": "^2.88.0",
"sax": "1.2.2",
"semver": "^6.3.0",
"send": "0.16.1",
"underscore": "^1.13.1"
},
"devDependencies": {
"chai": "^3.5.0",
"feedparser": "2.2.0",
"mocha": "^5.2.0",
"mock-http-server": "^1.0.0",
"mongoose": "^5.12.7",
"supertest": "^4.0.2"
},
"iframely-proxy-plugins": true,
"main": "./lib/core",
"scripts": {
"test": "npm run test-core-plugins && npm run test-e2e",
"test-core-plugins": "mocha --exit test/core-plugins.js",
"test-e2e": "NODE_ENV=test PORT=8080 mocha --exit test/e2e.js"
},
"engines": {
"node": ">=8.0.0"
}
}