{
  "name": "@kadira/react-split-pane",
  "description": "React split-pane component",
  "main": "index.js",
  "version": "1.4.7",
  "repository": {
    "type": "git",
    "url": "https://github.com/kadirahq/react-split-pane"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kadirahq/react-split-pane"
  },
  "homepage": "https://github.com/kadirahq/react-split-pane",
  "author": "Kadira Inc.",
  "keywords": [
    "react",
    "react-component",
    "split-pane",
    "react-split-pane",
    "es6"
  ],
  "peerDependencies": {
    "react": "^0.14.8 || ^15.0.0",
    "react-dom": "^0.14.8 || ^15.0.0"
  },
  "devDependencies": {
    "@kadira/storybook": "^1.31.0",
    "babel-cli": "^6.6.5",
    "babel-eslint": "^6.0.0",
    "babel-plugin-add-module-exports": "^0.1.2",
    "babel-plugin-transform-object-assign": "^6.5.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babelify": "^7.2.0",
    "browserify": "^13.0.0",
    "chai": "^3.5.0",
    "chai-spies": "^0.7.1",
    "coveralls": "^2.11.9",
    "eslint": "^2.5.3",
    "eslint-config-airbnb": "^6.2.0",
    "eslint-plugin-react": "^4.2.3",
    "express": "^4.13.4",
    "mochify": "^2.17.0",
    "mochify-istanbul": "^2.4.1",
    "raw-loader": "^0.5.1",
    "react": "^15.0.0",
    "react-addons-test-utils": "^15.0.0",
    "react-storybook-story": "^2.2.0",
    "react-dom": "^15.0.0",
    "style-loader": "^0.13.1",
    "surge": "^0.17.7",
    "watchify": "^3.7.0"
  },
  "scripts": {
    "compile": "babel -d lib/ src/",
    "compile:watch": "babel -w -d lib/ src/",
    "prepublish": "npm run compile",
    "test": "npm run compile && mochify -R spec",
    "test:watch": "npm run compile:watch & mochify -R spec --watch",
    "test:coverage": "node cover.js && cat lcov.info | coveralls && rm lcov.info",
    "lint": "eslint src/",
    "demo": "npm run compile && browserify demo/Example.js -d -t -o demo/bundle.js",
    "demo:watch": "npm run compile:watch & watchify demo/Example.js -d -t -o demo/bundle.js",
    "demo:publish": "npm run compile && browserify demo/Example.js -d -t -o demo/bundle.js && surge demo react-split-pane.surge.sh",
    "release:patch": "npm test && npm run compile && npm version patch && git push && npm publish",
    "storybook": "start-storybook -p 9001",
    "gh-pages": "bash ./.scripts/gh-pages.sh"
  },
  "browserify": {
    "transform": [
      [
        "babelify"
      ]
    ]
  }
}
