Created
February 9, 2018 22:03
-
-
Save knkoji/6ba4322f48f9b6f12197cae8d05ddc39 to your computer and use it in GitHub Desktop.
current package.json
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": "sentiment_scraper", | |
"version": "1.0.0", | |
"engines": { | |
"node": "6.10.1" | |
}, | |
"description": "scraping popular sites for sentiment analysis", | |
"main": "server.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"start": "node ./simple_server/server.js" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/knkoji/sentiment-scraper.git" | |
}, | |
"author": "Kingsley Oji <[email protected]>", | |
"license": "ISC", | |
"bugs": { | |
"url": "https://github.com/knkoji/sentiment-scraper/issues" | |
}, | |
"homepage": "https://github.com/knkoji/sentiment-scraper#readme", | |
"dependencies": { | |
"body-parser": "^1.18.2", | |
"cheerio": "^1.0.0-rc.2", | |
"client-oauth2": "^4.1.0", | |
"express": "^4.16.2", | |
"jquery": "^3.2.1", | |
"nodemon": "^1.14.11", | |
"redditapi": "^1.0.1", | |
"request": "^2.83.0", | |
"watson-developer-cloud": "github:watson-developer-cloud/node-sdk" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment