-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
62 lines (62 loc) · 1.68 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "bellhop-iframe",
"version": "3.6.0",
"main": "dist/bellhop.js",
"module": "dist/bellhop.js",
"browser": "dist/bellhop.js",
"typings": "Bellhop.d.ts",
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.7.4",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.7.4",
"@babel/runtime": "^7.7.4",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-terser": "^0.4.0",
"chai": "^4.2.0",
"eslint": "^6.7.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"karma": "^6.3.16",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-html": "^1.0.5",
"karma-mocha": "^2.0.1",
"karma-requirejs": "^1.1.0",
"karma-webpack": "^5.0.0",
"mocha": "^10.2.0",
"prettier": "^1.19.1",
"requirejs": "^2.3.6",
"rollup": "^3.29.5",
"@rollup/plugin-eslint": "^9.0.3",
"sinon": "^7.5.0",
"webpack": "^5.94.0"
},
"repository": {
"type": "git",
"url": "https://github.com/SpringRoll/Bellhop"
},
"bugs": {
"url": "https://github.com/SpringRoll/Bellhop/issues"
},
"scripts": {
"build": "rollup -c -m --bundleConfigAsCjs",
"dev": "rollup -c -w --bundleConfigAsCjs",
"format": "prettier --write src/*.js",
"test": "karma start karma.conf.js",
"github-test": "karma start --single-run --browsers ChromeHeadless"
},
"keywords": [
"iframe",
"postmessage",
"dom",
"contentwindow",
"network",
"crossdomain"
],
"license": "MIT"
}