Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dwivedikunal100 authored Mar 14, 2019
1 parent 7342825 commit 003cce9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,22 @@
"description": "Analysis of tweets",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "nodemon index"
},
"keywords": [
"tweet"
],
"author": "Kunal",
"license": "ISC",
"dependencies": {
"bayes": "0.0.7",
"body-parser": "^1.18.3",
"csv-reader": "^1.0.3",
"csv-writer": "^1.2.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"node-geocoder": "^3.22.0",
"nodemailer": "^4.7.0",
"twitter": "^1.7.1"
}
}

0 comments on commit 003cce9

Please sign in to comment.