{
  "name": "@profoundlogic/hogan",
  "description": "A maintained fork of Hogan.js by Profound Logic. Removes deprecated mkdirp usage and ensures compatibility with modern Node.js.",
  "version": "3.0.4",
  "keywords": [
    "mustache",
    "template"
  ],
  "main": "./lib/hogan.js",
  "homepage": "https://github.com/ProfoundLogic/hogan.js-ProfoundLogic#readme",
  "author": "Twitter Inc.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ProfoundLogic/hogan.js-ProfoundLogic.git"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "nopt": "1.0.10"
  },
  "devDependencies": {
    "jsdom": "^16.7.0",
    "rimraf": "2.0.1",
    "step": "0.0.5",
    "uglify-js": "2.x"
  },
  "bin": {
    "hulk": "./bin/hulk"
  }
}
