-
-
Notifications
You must be signed in to change notification settings - Fork 89
/
Copy pathpackage.json
41 lines (41 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
{
"name": "embed-preset-basic",
"version": "5.0.4",
"description": "A preset containing collection of plugins.",
"main": "dist/index.js",
"module": "src/index.js",
"jsnext:main": "src/index.js",
"unpkg": "umd/embed-preset-basic.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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-emoji": "^5.0.4",
"embed-plugin-facebook": "^5.0.4",
"embed-plugin-github": "^5.0.4",
"embed-plugin-highlight": "^5.0.4",
"embed-plugin-instagram": "^5.0.4",
"embed-plugin-map": "^5.0.4",
"embed-plugin-media": "^5.0.4",
"embed-plugin-noembed": "^5.0.4",
"embed-plugin-twitter": "^5.0.4",
"embed-plugin-url": "^5.0.4",
"embed-plugin-youtube": "^5.0.4",
"just-extend": "4.0.2"
}
}