storybook/addons/centered/package.json
2019-03-09 23:25:09 +08:00

34 lines
835 B
JSON

{
"name": "@storybook/addon-centered",
"version": "5.1.0-alpha.3",
"description": "Storybook decorator to center components",
"keywords": [
"addon",
"storybook"
],
"homepage": "https://github.com/storybooks/storybook/tree/master/addons/centered",
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/centered"
},
"license": "MIT",
"author": "Muhammed Thanish <mnmtanish@gmail.com>",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"core-js": "^2.6.5",
"global": "^4.3.2",
"util-deprecate": "^1.0.2"
},
"publishConfig": {
"access": "public"
}
}