forked from NodeBB-Community/nodebb-plugin-iframely
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 847 Bytes
/
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
{
"name": "nodebb-plugin-iframely",
"version": "0.7.8",
"description": "Iframely will give you embeds from over 1700 domains, plus previews for the rest of the web.",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/NodeBB/nodebb-plugin-iframely"
},
"keywords": [
"nodebb",
"plugin",
"iframely",
"embed",
"oembed",
"youtube",
"gfycat",
"giphy",
"imgur",
"unfurl",
"onebox"
],
"author": {
"name": "Julian Lam",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/NodeBB/nodebb-plugin-iframely/issues"
},
"readmeFilename": "README.md",
"nbbpm": {
"compatibility": "^0.7.0 || ^0.8.0 || ^0.9.0 || ^1.0.0"
},
"dependencies": {
"lru-cache": "^2.7.0",
"moment": "^2.20.1"
}
}