UNPKG

798 BJSONView Raw
1{
2 "name": "commonform-html",
3 "description": "render Common Forms in HTML",
4 "version": "3.1.1",
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 "yargs": "^13.2.4"
18 },
19 "bin": "./bin.js",
20 "files": [
21 "bin.js",
22 "index.js"
23 ],
24 "license": "BlueOak-1.0.0",
25 "repository": "commonform/commonform-html",
26 "scripts": {
27 "lint": "standard && standard-markdown",
28 "test": "defence README.md | replace-require-self | node"
29 }
30}