forked from krakenjs/post-robot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
90 lines (90 loc) · 2.51 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "post-robot",
"version": "8.0.19",
"description": "Simple postMessage based server.",
"main": "index.js",
"scripts": {
"postinstall": "node postinstall.js",
"test": "gulp karma",
"eslint": "eslint src"
},
"repository": {
"type": "git",
"url": "git://github.com/krakenjs/post-robot.git"
},
"keywords": [
"cross-domain",
"cross domain",
"xdm",
"iframe",
"postmessage",
"krakenjs",
"kraken"
],
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"files": [
"dist/",
"src/",
"postinstall.js"
],
"readmeFilename": "README.md",
"devDependencies": {
"babel-core": "^6.7.7",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-__coverage__": "^11.0.0",
"babel-plugin-add-module-exports": "^0.1.4",
"babel-plugin-flow-runtime": "^0.11.1",
"babel-plugin-syntax-object-rest-spread": "^6.5.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-for-of": "^6.8.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.5.0",
"babel-plugin-transform-es3-property-literals": "^6.5.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-nostrict": "^6.6.2",
"chai": "^3.5.0",
"circular-dependency-plugin": "^4.4.0",
"es6-symbol": "^3.0.2",
"eslint": "^2",
"eslint-plugin-flowtype": "^2.34.0",
"flow-bin": "^0.53.0",
"flow-runtime": "^0.12.0",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-flowtype": "^1.0.0",
"gulp-karma": "0.0.5",
"ifdef-loader": "^2.0.3",
"istanbul-instrumenter-loader": "^0.2.0",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-commonjs": "^1.0.0",
"karma-coverage": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon-chai": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^2.0.3",
"lolex": "^1.5.0",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.7",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"uglifyjs-webpack-plugin": "^0.3.0",
"webpack": "^2.2.1",
"webpack-stream": "^3.2.0",
"yargs": "^4.7.1"
},
"dependencies": {
"cross-domain-safe-weakmap": "^1.0.1",
"cross-domain-utils": "^2.0.0",
"zalgo-promise": "^1.0.3"
}
}