{
  "name": "fleet-templater",
  "version": "2.0.1",
  "description": "Fleet unit-file templating system",
  "main": "index.js",
  "bin": {
    "fleet-templater": "./bin/fleet-templater"
  },
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "CoreOS",
    "Fleet",
    "Unit-file",
    "etcd",
    "fleetctl"
  ],
  "author": "Ross Kukulinski <ross@getyodlr.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:yodlr/fleet-templater.git"
  },
  "bugs": {
    "url": "https://github.com/yodlr/fleet-templater/issues"
  },
  "dependencies": {
    "commander": "^2.8.0",
    "debug": "^2.1.3",
    "pkginfo": "^0.3.0",
    "rmrf": "^1.0.2",
    "swig": "^1.4.2"
  },
  "devDependencies": {
    "mkdirp": "^0.5.0",
    "mocha": "^2.2.4",
    "should": "^6.0.1"
  }
}
