storybook/lib/addons/package.json
Michael Shilman 3abdbb6528 v3.3.4
2018-01-07 18:23:40 +05:30

23 lines
544 B
JSON

{
"name": "@storybook/addons",
"version": "3.3.4",
"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",
"jsnext:main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
}
}