@personare/react-storybook-decorator-github-corner
Version:
Storybook decorator to render the Github corner
44 lines (43 loc) • 1.05 kB
JSON
{
"name": "@personare/react-storybook-decorator-github-corner",
"version": "0.1.5",
"description": "Storybook decorator to render the Github corner",
"main": "build/index.js",
"author": {
"name": "Cauê Alves",
"email": "cauealveseng@gmail.com",
"url": "http://cauealves.com"
},
"scripts": {
"prepublish": "make build"
},
"keywords": [
"react",
"storybook",
"react-storybook",
"corner",
"github",
"banner"
],
"license": "MIT",
"dependencies": {
"react": "^15.3.0",
"react-github-corner": "^0.3.0"
},
"devDependencies": {
"react-fatigue-dev": "github:tj/react-fatigue-dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Personare/react-storybook-decorator-github-corner.git"
},
"bugs": {
"url": "https://github.com/Personare/react-storybook-decorator-github-corner/issues"
},
"homepage": "https://github.com/Personare/react-storybook-decorator-github-corner#readme",
"browserify": {
"transform": [
"babelify"
]
}
}