storybook/lib/addons/package.json
Michael Shilman 79c07c727a v3.3.1
2017-12-26 19:30:05 -08:00

22 lines
511 B
JSON

{
"name": "@storybook/addons",
"version": "3.3.1",
"description": "Storybook addons store",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybooks/storybook/tree/master/packages/addons",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
}
}