From 3731173eb7634c42b724c0e48b73656fdd43bcd6 Mon Sep 17 00:00:00 2001 From: Anurag Kumar Date: Sun, 18 Oct 2020 16:10:41 +0530 Subject: [PATCH] Added package.json --- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..b27ca1f --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "spot", + "version": "1.0.0", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC", + "dependencies": { + "body-parser": "^1.18.2", + "cookie-parser": "^1.4.3", + "ejs": "^2.5.7", + "express": "^4.16.1", + "mongoose": "^4.12.0", + "multer": "^1.3.0", + "notifyjs": "^3.0.0", + "speakeasy-nlp": "^0.2.12" + }, + "devDependencies": {}, + "keywords": [], + "description": "" +}