Skip to content

Instantly share code, notes, and snippets.

@Hiteshm01
Created June 17, 2016 18:37
Show Gist options
  • Save Hiteshm01/85748713e71f83fbcbfd4a2dd01d3f72 to your computer and use it in GitHub Desktop.
Save Hiteshm01/85748713e71f83fbcbfd4a2dd01d3f72 to your computer and use it in GitHub Desktop.
Package json for brand sentiment analyser
{
"name": "brand-tweet",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Hitesh",
"license": "ISC",
"dependencies": {
"debug": "^2.2.0",
"sentiment": "^1.0.6",
"twitter": "^1.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment