{
  "name": "rogain-core-helpers",
  "version": "0.2.3",
  "description": "Core helpers for Rogain templates.",
  "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-core-helpers.git"
  },
  "keywords": [
    "rogain",
    "templating",
    "helpers",
    "core"
  ],
  "author": "Evan Krambuhl <thekrambuhl@gmail.com> (http://stumptownbear.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/krambuhl/rogain-core-helpers/issues"
  },
  "homepage": "https://github.com/krambuhl/rogain-core-helpers",
  "devDependencies": {
    "babel-cli": "^6.4.5",
    "babel-plugin-add-module-exports": "^0.1.2",
    "babel-preset-es2015": "^6.3.13",
    "tape": "^4.4.0"
  },
  "dependencies": {
    "rogain-utils": "^0.2.2"
  }
}
