{
  "name": "tract",
  "version": "1.0.1",
  "description": "Compile templates with a simple command",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/passcod/tract.git"
  },
  "bin": {
    "tract": "index.js"
  },
  "keywords": [
    "cli",
    "handlebars",
    "template"
  ],
  "author": "Félix Saparelli <me@passcod.name>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/passcod/tract/issues"
  },
  "homepage": "https://github.com/passcod/tract#readme",
  "dependencies": {
    "handlebars": "^4.0.11",
    "js-yaml": "^3.3.1",
    "lodash": "^4.17.0",
    "node-env-file": "^0.1.7"
  },
  "devDependencies": {
    "standard": "^11.0.1"
  }
}
