UNPKG

340 BJSONView Raw
1{
2 "name": "storybook-addon-smart-knobs",
3 "version": "0.1.0",
4 "description": "Automatically created knobs for storybook.",
5 "main": "src/index.js",
6 "scripts": {
7 "test": "jest"
8 },
9 "author": "",
10 "license": "MIT",
11 "peerDependencies": {
12 "@kadira/storybook-addon-knobs": "^1.3.0",
13 "react": "^0.14.7 || ^15.0.0"
14 }
15}