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": "" +}