{
  "name": "react-designer-widgets",
  "version": "0.1.44",
  "private": false,
  "description": "react-widgets",
  "main": "lib/Widgets.js",
  "author": "Roman Samec (roman.samec2@gmail.com)",
  "license": "MIT",
  "homepage": "https://github.com/rsamec/react-widgets",
  "repository": {
    "type": "git",
    "url": "https://github.com/rsamec/react-widgets.git"
  },
  "bugs": {
    "url": "https://github.com/rsamec/react-widgets/issues"
  },
  "dependencies": {
    "lodash": "^3.10.1",
    "react": "^0.13.3",
    "react-pivot": "^1.12.0",
    "react-select": "^0.6.1",
    "react-slick": "^0.7.2",
    "reactify": "^1.1.1"
  },
  "devDependencies": {
    "gulp": "^3.8.10",
    "react-binding": "^0.6.4",
    "react-bootstrap": "^0.24.3",
    "react-component-gulp-tasks": "^0.7.0",
    "react-property-editor": "^0.2.3"
  },
  "peerDependencies": {},
  "browserify": {
    "transform": [
      "reactify"
    ]
  },
  "browser": "lib/Widgets.js",
  "browserify-shim": {
    "react": "global:React"
  },
  "scripts": {
    "test": "echo \"no tests yet\" && exit 0"
  },
  "keywords": [
    "react",
    "react-component"
  ]
}
