2 "name": "@squeep/html-template-helper",
4 "description": "Helper functions for generating HTML pages and boilerplate; intended for use in Squeep Framework Applications.",
7 "coverage": "nyc npm test",
8 "coverage-check": "nyc check-coverage",
9 "eslint": "eslint *.js lib",
10 "test": "mocha --recursive"
14 "url": "https://git.squeep.com/squeep-html-template-helper/"
22 "author": "Justin Wind <jwind-npm@squeep.com>",
31 "eslint-plugin-node": "^11.1.0",
32 "eslint-plugin-security": "^1.4.0",
33 "eslint-plugin-sonarjs": "^0.12.0",
34 "html-minifier-lint": "^2.0.0",
37 "pre-commit": "^1.2.2"
40 "@squeep/lazy": "git+https://git.squeep.com/squeep-lazy-property/#v1.0.0"