From 605e6284b4727993b10d09e0d77d1f84cd5e8506 Mon Sep 17 00:00:00 2001 From: Atul Varma Date: Thu, 8 Jan 2015 12:29:04 -0500 Subject: [PATCH] gave htmlshot its own package.json. --- htmlshot/package.json | 14 ++++++++++++++ package.json | 1 - 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 htmlshot/package.json diff --git a/htmlshot/package.json b/htmlshot/package.json new file mode 100644 index 0000000..66b294e --- /dev/null +++ b/htmlshot/package.json @@ -0,0 +1,14 @@ +{ + "name": "htmlshot", + "version": "0.0.1", + "description": "", + "dependencies": { + "express": "4.10.7" + }, + "devDependencies": {}, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC" +} diff --git a/package.json b/package.json index af100a0..4c34006 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "version": "0.0.1", "description": "", "dependencies": { - "express": "4.10.7", "request": "~2.51.0", "cheerio": "^0.18.0" },