Michael Shilman bf6c69a258 v3.4.0-rc.2
2018-03-13 19:59:14 +09:00

16 lines
329 B
JSON

{
"name": "@storybook/channel-websocket",
"version": "3.4.0-rc.2",
"description": "",
"license": "MIT",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/channels": "3.4.0-rc.2",
"global": "^4.3.2"
}
}