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

22 lines
513 B
JSON

{
"name": "@storybook/core-events",
"version": "4.1.0-alpha.7",
"description": "Event names used in storybook core",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybooks/storybook/tree/master/lib/core-events",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"license": "MIT",
"main": "index.js"
}