{
  "name": "react-layout-pane",
  "description": "React flexbox layout component",
  "main": "index.js",
  "version": "0.1.16",
  "repository": {
    "type": "git",
    "url": "https://github.com/tomkp/react-layout-pane"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tomkp/react-layout-pane"
  },
  "homepage": "https://github.com/tomkp/react-layout-pane",
  "author": "tomkp <tom@tomkp.com>",
  "keywords": [
    "react",
    "react-component",
    "react-layout",
    "react-layout-pane",
    "layout-pane",
    "flexbox",
    "react-flexbox",
    "es6"
  ],
  "dependencies": {
    "object-assign": "^4.0.1",
    "react": "^0.14.0",
    "react-dom": "^0.14.0",
    "react-vendor-prefix": "^0.0.1"
  },
  "devDependencies": {
    "babel": "^5.8.23",
    "babel-core": "^5.8.25",
    "babelify": "^6.3.0",
    "browserify": "^11.2.0",
    "chai": "^3.3.0",
    "coveralls": "^2.11.4",
    "mochify": "^2.13.0",
    "mochify-istanbul": "^2.3.0",
    "react-addons-test-utils": "^0.14.0",
    "watchify": "^3.4.0"
  },
  "scripts": {
    "compile": "babel -d lib/ src/",
    "compile:watch": "babel -w -d lib/ src/",
    "prepublish": "npm run compile",
    "test": "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",
    "demo": "npm run compile && browserify demo/Example.js -t -o demo/bundle.js",
    "demo:watch": "npm run compile:watch & watchify demo/Example.js -t -o demo/bundle.js",
    "demo:publish": "npm run compile && browserify demo/Example.js -t -o demo/bundle.js && surge demo damaged-turn.surge.sh",
    "release:patch": "npm test && npm run compile && npm version patch && git push && npm publish"
  },
  "browserify": {
    "transform": [
      [
        "babelify"
      ]
    ]
  }
}
