diff options
| author | Zach DeCook <zachdecook@librem.one> | 2020-03-29 00:32:45 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2020-03-29 00:32:45 -0400 |
| commit | 693f1c091405eaa1371aeb0fa120477643ff1444 (patch) | |
| tree | 95334d270e3d3d10d5f8343981d4470cf60954b7 /package.json | |
| parent | a58e6c0588b261ac8cc6805e0e22d0fb547c462c (diff) | |
| download | zachdecook-resume-693f1c091405eaa1371aeb0fa120477643ff1444.tar.gz | |
* Add package.json for node dependencies
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..10a815f --- /dev/null +++ b/package.json @@ -0,0 +1,6 @@ +{ + "dependencies": { + "hackmyresume": "^1.9.0-beta", + "jsonresume-theme-paper": "^0.3.5" + } +} |
