Created
June 17, 2016 18:37
-
-
Save Hiteshm01/85748713e71f83fbcbfd4a2dd01d3f72 to your computer and use it in GitHub Desktop.
Package json for brand sentiment analyser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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