diff options
| author | mokha <mokha@cisco.com> | 2019-05-08 19:12:54 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2019-05-08 19:12:54 -0600 |
| commit | 24f849e76ac46ef2a08c3904cecb195e4f7f85af (patch) | |
| tree | 48b887ff3c81105c2aa5d679bb1d6288504426e0 /package.json | |
| parent | 47232c59d967beda6803b71019fb396fca7d7369 (diff) | |
add package to convert md files to pdf
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..fe23f98 --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "comp-268", + "version": "1.0.0", + "main": "index.js", + "repository": "git@github.com:mokhan/comp-268.git", + "author": "mokha <mokha@cisco.com>", + "license": "MIT", + "private": true, + "dependencies": { + "mdpdf": "^2.0.4" + } +} |
