-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 887 Bytes
/
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
{
"name": "iframe-postbox",
"version": "0.1.0",
"description": "A postmessage library in iframe",
"main": "index.js",
"scripts": {
"build": "webpack",
"doc": "jsdoc -c jsdoc-conf.json"
},
"files": [
"postbox.js",
"postbox.jquery.js"
],
"repository": {
"type": "git",
"url": "git://github.com/huang-x-h/iframe-postbox.git"
},
"homepage": "https://github.com/huang-x-h/iframe-postbox",
"keywords": [
"postmessage",
"iframe"
],
"license": "MIT",
"author": "huang.xinghui [email protected]",
"bugs": {
"url": "https://github.com/huang-x-h/iframe-postbox/issues"
},
"devDependencies": {
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"jquery": "^3.1.1",
"jsdoc": "^3.4.2",
"webpack": "^1.13.3"
}
}