UNPKG

1.04 kBJSONView Raw
1{
2 "name": "commonform-html",
3 "description": "render Common Forms in HTML",
4 "version": "5.0.0",
5 "author": "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com/)",
6 "dependencies": {
7 "commonform-group-series": "^3.0.0",
8 "commonform-hash": "^1.0.0",
9 "commonform-predicate": "^4.0.0",
10 "commonform-prepare-blanks": "^1.0.1",
11 "commonform-smartify": "^1.0.1",
12 "english-list": "^1.0.0",
13 "escape-html": "^1.0.2",
14 "github-slugger": "^1.2.1",
15 "has": "^1.0.3",
16 "yargs": "^15.4.1"
17 },
18 "devDependencies": {
19 "commonform-lint": "^3.0.2",
20 "defence-cli": "^3.0.1",
21 "licensee": "^8.1.0",
22 "nyc": "^15.0.1",
23 "replace-require-self": "^1.0.0"
24 },
25 "bin": "./bin.js",
26 "files": [
27 "bin.js",
28 "index.js"
29 ],
30 "license": "BlueOak-1.0.0",
31 "repository": "commonform/commonform-html",
32 "scripts": {
33 "coverage": "nyc --reporter=lcov --reporter=text npm run test",
34 "licenses": "licensee --errors-only",
35 "test": "defence README.md | replace-require-self | node"
36 }
37}