-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 978 Bytes
/
package.json
File metadata and controls
executable file
·37 lines (37 loc) · 978 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
34
35
36
37
{
"name": "@videsk/iframex",
"version": "3.1.0",
"description": "Javascript Iframe generator with dynamic content injection like HTML, Javascript, CSS, etc. and two way communication API.",
"main": "dist/iframex.min.js",
"directories": {
"example": "examples"
},
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/videsk/iFrameX.git"
},
"keywords": [
"iframe",
"generator",
"class",
"videsk"
],
"author": "Videsk™",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/videsk/iFrameX/issues"
},
"homepage": "https://github.com/videsk/iFrameX#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0"
}
}