Commit e27fdd83be6e6aa92807607e9ea5604d28e8e3d4

Authored by Adhidarma Hadiwinoto
1 parent b33aa2142e
Exists in master

express and nunjucks

Showing 1 changed file with 5 additions and 1 deletions Side-by-side Diff

... ... @@ -15,5 +15,9 @@
15 15 "jwt"
16 16 ],
17 17 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
18   - "license": "ISC"
  18 + "license": "ISC",
  19 + "dependencies": {
  20 + "express": "^4.14.0",
  21 + "nunjucks": "^2.4.2"
  22 + }
19 23 }