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
29 lines (29 loc) · 701 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 701 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
{
"name": "embed-plugin-map",
"version": "5.0.3",
"description": "An embed-js plugin to embed google maps.",
"main": "dist/index.js",
"module": "src/index.js",
"jsnext:main": "src/index.js",
"unpkg": "umd/embed-plugin-map.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",
"just-extend": "1.1.27"
}
}