{
  "scripts": {
    "test": "node test/index.js"
  },
  "name": "ajs",
  "description": "Asynchronous templating in Node.js",
  "keywords": [
    "ajs",
    "ejs",
    "template",
    "view",
    "asynchronous"
  ],
  "version": "1.3.4",
  "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  "contributors": [
    "Evan Owen <kainosnoema@gmail.com>"
  ],
  "main": "./lib/index.js",
  "dependencies": {
    "idy": "^1.2.3",
    "is-there": "^4.3.3",
    "read-utf8": "^1.2.3",
    "stream-data": "^1.0.0",
    "tilda": "^4.3.1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/IonicaBizau/ajs.git"
  },
  "bin": {
    "ajs": "./bin/cli.js"
  },
  "devDependencies": {
    "ejs": "^2.4.2",
    "fs-file-tree": "^1.0.0",
    "iterate-object": "^1.3.2",
    "r-json": "^1.2.3",
    "read-utf8": "^1.2.3",
    "tester": "^1.3.4"
  },
  "blah": {
    "generateLicense": false,
    "description": [
      {
        "h2": "Features"
      },
      {
        "ul": [
          "Control flow with `<% %>`",
          "Escaped output with `<%= %>` (escape function configurable)",
          "Unescaped raw output with `<%- %>`",
          "Newline-trim mode ('newline slurping') with `-%>` ending tag",
          "Custom delimiters (e.g., use `<? ?>` instead of `<% %>`)",
          "Includes",
          "Static caching of intermediate JavaScript",
          "Static caching of templates",
          "Complies with the [Express](http://expressjs.com) view system"
        ]
      }
    ],
    "thanks": {
      "p": "Big thanks to [Evan Owen](https://github.com/kainosnoema) who created the initial versions of the project! Amazing stuff! :cake:"
    },
    "h_img": "http://i.imgur.com/nQiOz0E.png"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/IonicaBizau/ajs/issues"
  },
  "homepage": "https://github.com/IonicaBizau/ajs#readme",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "files": [
    "bin/",
    "app/",
    "lib/",
    "dist/",
    "src/",
    "scripts/",
    "resources/",
    "menu/",
    "cli.js",
    "index.js",
    "index.d.ts",
    "package-lock.json",
    "bloggify.js",
    "bloggify.json",
    "bloggify/"
  ]
}