-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 784 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 784 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
{
"name": "vue-iframe-message",
"version": "0.0.3",
"description": "window.onmessage事件监听",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"release": "npm run build && npm publish"
},
"keywords": [
"vue",
"iframe",
"postmessage"
],
"man": "dist/index.js",
"author": "51594176@qq.com",
"homepage": "https://github.com/hyk51594176/vue-iframe-message",
"repository": {
"type": "git",
"url": "git@github.com:hyk51594176/vue-iframe-message.git"
},
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"change-case": "^3.0.2",
"create-banner": "^1.0.0",
"rollup": "^0.65.2",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-uglify": "^5.0.2"
}
}