-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
60 lines (60 loc) · 1.85 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "commonform-cli",
"description": "compose, verify, and share form contracts at the command line",
"version": "0.31.0",
"author": "Kyle E. Mitchell <[email protected]> (http://kemitchell.com)",
"bin": {
"commonform": "./bin/commonform"
},
"bugs": "https://github.com/commonform/commonform-cli/issues",
"dependencies": {
"agreement-schedules-exhibits-numbering": "^1.0.0",
"array-find": "^1.0.0",
"commonform-analyze": "^3.0.0",
"commonform-critique": "^1.0.0",
"commonform-docx": "^2.0.0",
"commonform-html": "^2.0.0",
"commonform-latex": "^0.3.2",
"commonform-lint": "^3.0.0",
"commonform-markdown": "^1.2.3",
"commonform-markup-parse": "^1.1.0",
"commonform-markup-stringify": "^1.0.0",
"commonform-normalize": "^0.5.0",
"commonform-publish": "^2.1.3",
"commonform-serialize": "^1.0.0",
"commonform-terminal": "^1.0.1",
"concat-stream": "^2.0.0",
"decimal-numbering": "^2.0.0",
"docopt": "^0.6.2",
"english-list": "^1.0.0",
"ooxml-signature-pages": "^3.0.2",
"outline-numbering": "^1.0.0",
"plan-addenda-exhibits-numbering": "^2.0.0",
"resolutions-schedules-exhibits-numbering": "~0.1.0"
},
"devDependencies": {
"istanbul": "^0.4.2",
"object-assign": "^4.0.1",
"standard": "^12.0.1",
"stream-buffers": "^3.0.2",
"tape": "^4.10.2"
},
"homepage": "https://commonform.github.io",
"keywords": [
"contracts",
"document assembly",
"knowledge management",
"law"
],
"license": "BlueOak-1.0.0",
"main": "source/index",
"preferGlobal": true,
"repository": "commonform/commonform-cli",
"scripts": {
"coverage": "istanbul check-coverage coverage/coverage.json",
"precommit": "npm run coverage",
"precoverage": "istanbul cover -- tape test/*.test.js",
"test": "tape test/*.test.js",
"lint": "standard"
}
}