{
  "name": "nulls",
  "version": "2.13.2",
  "description": "Simple HTML framework for express",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "cd example; node app.js",
    "upload": "r(){ git commit -am \"$1\" && npm version \"$2\" && npm publish && git push; }; r"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gXLg/nulls.git"
  },
  "keywords": [
    "web",
    "framework",
    "html",
    "express.js"
  ],
  "author": "gXLg",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gXLg/nulls/issues"
  },
  "homepage": "https://github.com/gXLg/nulls#readme",
  "dependencies": {
    "cheerio": "1.2.0",
    "cookie-parser": "1.4.7",
    "cors": "2.8.6",
    "express-rate-limit": "7.5.1",
    "express": "4.22.2",
    "gxlg-utils": "1.4.0",
    "helmet": "8.2.0",
    "multer": "2.2.0"
  }
}
