-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
{
"name": "iframe-transport",
"version": "0.0.1",
"description": "Thin postMessage wrapper for processing method calls, callbacks, and events",
"main": "library/ift.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "karma start --single-run",
"test-sauce": "karma start karma-sauce.conf.js"
},
"devDependencies": {
"express": "^4.12.3",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.8",
"karma-cli": "0.0.4",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.2.14",
"karma-sinon": "^1.0.4",
"karma-sourcemap-loader": "^0.3.4",
"karma-webpack": "^1.5.0",
"rewire": "^2.3.3",
"rewire-webpack": "^1.0.0",
"webpack": "^1.8.10",
"webpack-dev-middleware": "^1.0.11"
},
"repository": {
"type": "git",
"url": "git://github.com/chatid/iframe-transport.git"
},
"keywords": [
"postMessage",
"iframe",
"cross domain messaging"
],
"author": "Misha Ponizil <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chatid/iframe-transport/issues"
},
"homepage": "https://github.com/chatid/iframe-transport",
"dependencies": {}
}