forked from nicolashmln/strapi-plugin-oembed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "@7azin/strapi-plugin-oembed",
"version": "2.0.8",
"description": "Embed content from all possible third party sites (YouTube, Vimeo, SoundCloud...) in Strapi",
"strapi": {
"name": "oembed",
"displayName": "oEmbed",
"icon": "globe-asia",
"description": "Embed content from all possible third party sites (YouTube, Vimeo, SoundCloud...) in Strapi",
"kind": "plugin"
},
"dependencies": {
"@extractus/oembed-extractor": "^3.1.9",
"cross-fetch": "^3.1.6"
},
"author": "Azin Azadi",
"homepage": "https://github.com/7azin/strapi-plugin-oembed-extended",
"repository": {
"type": "git",
"url": "git+https://github.com/7azin/strapi-plugin-oembed-extended.git"
},
"keywords": [
"strapi",
"plugin",
"oembed",
"embed",
"media",
"youtube",
"vimeo",
"tiktok",
"soundcloud"
],
"peerDependencies": {
"@strapi/strapi": "^4.4.0"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=8.0.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/7azin/strapi-plugin-oembed-extended/issues"
}
}