forked from OpenChain-Project/conformance-questionnaire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "conformance-questionnaire",
"version": "1.2.1",
"description": "conformance questionnaire used in the OpenChain self-certification website",
"author": "Linux Foundation and its Contributors",
"repository": {
"type": "git",
"url": "https://github.com/OpenChain-Project/conformance-questionnaire"
},
"bugs": {
"url": "https://github.com/OpenChain-Project/conformance-questionnaire/issues"
},
"keywords": [
"OpenChain",
"Conformance",
"licenses",
"license",
"linux foundation",
"oss",
"open source",
"software"
],
"scripts": {
"test": "node scripts/validate-questionnaire.js",
"pdf": "node scripts/produce-pdf.js"
},
"dependencies": {
"glob": "7.1.2",
"fs": "",
"pdfkit-next": "0.11.0",
"voilab-pdf-table": "0.4.0",
"node-getopt": "0.3.2"
},
"bin": {
"produce-pdf": "scripts/produce-pdf.js"
},
"license": "CC-BY-3.0 AND MIT"
}