{
  "name": "react-dipswitch",
  "version": "0.2.7",
  "description": "An interactive & customizable Dipswitch component for react.",
  "main": "dist/index.js",
  "scripts": {
    "prepublish": "npm run build",
    "build-component": "babel src --out-dir dist",
    "build": "npm run build-component"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RubyRubenstahl/react-dipswitch.git"
  },
  "keywords": [
    "react",
    "dipswitch",
    "component",
    "lighting",
    "switch"
  ],
  "author": "Ruby Rubenstahl",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/RubyRubenstahl/react-dipswitch/issues"
  },
  "homepage": "https://github.com/RubyRubenstahl/react-dipswitch#readme",
  "peerDependencies": {
    "prop-types": "^15.5.10",
    "react": "^15.6.1"
  },
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-plugin-transform-object-rest-spread": "^6.16.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-react": "^6.11.1",
    "prop-types": "^15.3.0"
  }
}
