Skip to content

Commit

Permalink
Added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag001 authored Oct 18, 2020
1 parent b1fdd43 commit 3731173
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": ""
}

0 comments on commit 3731173

Please sign in to comment.