-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 711 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "process_code_defining_document",
"version": "0.1.0",
"description": "CLI. This extracts the code from a markdown document, saves it to a file, then renders a pdf of the markdown.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kshowalter/process_code_defining_document.git"
},
"author": "Keith Showalter",
"license": "ISC",
"bugs": {
"url": "https://github.com/kshowalter/process_code_defining_document/issues"
},
"homepage": "https://github.com/kshowalter/process_code_defining_document#readme",
"dependencies": {
"markdown-pdf": "^7.0.0"
}
}