UNPKG

739 BJSONView Raw
1{
2 "name": "commonform-html",
3 "description": "render Common Forms in HTML",
4 "version": "3.0.0",
5 "author": "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com/)",
6 "dependencies": {
7 "commonform-group-series": "^2.0.0",
8 "commonform-hash": "^1.0.0",
9 "commonform-predicate": "^3.0.1",
10 "escape-html": "^1.0.2"
11 },
12 "devDependencies": {
13 "defence-cli": "^3.0.1",
14 "replace-require-self": "^1.0.0",
15 "standard": "^12.0.1",
16 "standard-markdown": "^5.0.1"
17 },
18 "files": [
19 "index.js"
20 ],
21 "license": "BlueOak-1.0.0",
22 "repository": "commonform/commonform-html",
23 "scripts": {
24 "lint": "standard && standard-markdown",
25 "test": "defence README.md | replace-require-self | node"
26 }
27}