2017-12-28 14:02:14 +03:00

17 lines
359 B
JSON

{
"name": "@storybook/channel-postmessage",
"version": "3.3.2",
"description": "",
"license": "MIT",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/channels": "^3.3.2",
"global": "^4.3.2",
"json-stringify-safe": "^5.0.1"
}
}