storybook/lib/channels/package.json
2018-11-22 12:33:15 +08:00

26 lines
578 B
JSON

{
"name": "@storybook/channels",
"version": "4.1.0-alpha.7",
"description": "",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybooks/storybook/tree/master/lib/channels",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"license": "MIT",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"prepare": "node ../../scripts/prepare.js"
}
}