{
  "name": "nomplate",
  "version": "1.3.38",
  "description": "Nomplate: Node template engine",
  "main": "index.js",
  "engines": {
    "node": ">=12.4.0"
  },
  "bugs": "https://github.com/lukebayes/nomplate/issues",
  "homepage": "https://github.com/lukebayes/nomplate",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukebayes/nomplate.git"
  },
  "keywords": [
    "framework",
    "ui",
    "toolkit"
  ],
  "directories": {
    "bin": "./bin",
    "dist": "./dist",
    "src": "./src"
  },
  "bin": {
    "nomplate": "bin/nomplate.js"
  },
  "files": [
    "bin",
    "bin/nomplate",
    "dist",
    "dist/nomplate.min.gz",
    "dist/nomplate.min.js",
    "express.js",
    "express.mjs",
    "index.js",
    "src",
    "test/fake_storage.js",
    "test_helper.js"
  ],
  "author": "Luke Bayes",
  "contributors": [
    {
      "name": "Luke Bayes",
      "email": "lukebayes@gmail.com",
      "url": "https://lukebayes.com"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "chai": "^4.3.4",
    "esbuild": "^0.25.12",
    "eslint": "^8.2.0",
    "eslint-plugin-mocha": "^9.0.0",
    "express": "^4.17.1",
    "jsdom": "^16.5.0",
    "jsdom-simulant": "^1.1.2",
    "json-loader": "^0.5.7",
    "mocha": "^11.1.0",
    "sinon": "^12.0.1"
  },
  "allowScripts": {
    "esbuild@0.25.12": true
  }
}
