forked from ritz078/embed-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 850 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 850 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
{
"name": "embed-plugin-noembed",
"version": "5.0.3",
"description": "An embed-js plugin to embed selected noembed supported services.",
"main": "dist/index.js",
"module": "src/index.js",
"jsnext:main": "src/index.js",
"unpkg": "umd/embed-plugin-noembed.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ritz078/embed.js.git"
},
"files": [
"dist",
"src",
"umd"
],
"author": "Ritesh Kumar",
"license": "MIT",
"bugs": {
"url": "https://github.com/ritz078/embed.js/issues"
},
"homepage": "https://github.com/ritz078/embed.js#readme",
"dependencies": {
"embed-plugin-base": "^5.0.3",
"embed-plugin-utilities": "^5.0.3",
"is-dom": "1.0.9",
"is-in-browser": "1.1.3",
"just-extend": "1.1.27",
"just-flatten-it": "1.1.23",
"just-pluck-it": "1.1.21"
}
}