UNPKG

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