{
  "name": "rogain-component-if",
  "version": "1.1.0",
  "description": "Rogain <If /> helper component",
  "main": "dist/index.js",
  "scripts": {
    "build": "babel lib -d dist",
    "develop": "babel lib -w -d dist",
    "test": "tape test/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/krambuhl/rogain-component-if.git"
  },
  "keywords": [
    "rogain",
    "rogain-component",
    "core"
  ],
  "author": "Evan Krambuhl <thekrambuhl@gmail.com> (http://stumptownbear.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/krambuhl/rogain-component-if/issues"
  },
  "homepage": "https://github.com/krambuhl/rogain-component-if",
  "devDependencies": {
    "babel-cli": "~6",
    "babel-plugin-add-module-exports": "~0.1",
    "babel-preset-es2015": "~6",
    "tape": "~4"
  },
  "dependencies": {
    "rogain-utils": "~0.2"
  }
}
