From e27fdd83be6e6aa92807607e9ea5604d28e8e3d4 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <me@adhisimon.org> Date: Wed, 3 Aug 2016 16:39:50 +0700 Subject: [PATCH] express and nunjucks --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f34650..b6cfcad 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,9 @@ "jwt" ], "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", - "license": "ISC" + "license": "ISC", + "dependencies": { + "express": "^4.14.0", + "nunjucks": "^2.4.2" + } } -- 1.9.0