summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2019-05-25 12:32:49 -0600
committermo <mo.khan@gmail.com>2019-05-25 12:32:49 -0600
commit0779e63df38a3f0fd7b504d4f18cafe602618100 (patch)
tree767435d041f64d372c142c2f8cfafc8f04862495 /package.json
parente0fcb70e97bf16f896fff0bd49f77041ec816f38 (diff)
use mdpdf to generate pdf README
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..6d96549
--- /dev/null
+++ b/package.json
@@ -0,0 +1,12 @@
+{
+ "name": "comp-325",
+ "version": "1.0.0",
+ "main": "index.js",
+ "repository": "git@github.com:mokhan/comp-325.git",
+ "author": "mo <mo.khan@gmail.com>",
+ "license": "MIT",
+ "private": true,
+ "dependencies": {
+ "mdpdf": "^2.0.4"
+ }
+}