forked from IBM/watson-second-opinion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 774 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "web-scraper",
"main": "app.js",
"description": "get reviews from amazon.",
"version": "1.0.0",
"private": false,
"engines": {
"node": "6.*"
},
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/IBM/watson-review-analyzer"
},
"dependencies": {
"async": "^2.6.0",
"async-waterfall": "^0.1.5",
"body-parser": "^1.17.x",
"cheerio": "~1.0.0-rc.2",
"cloudant": "^1.10.0",
"cloudscraper": "^1.4.x",
"express": "^4.15.x",
"jsonfile": "^4.0.0",
"kue": "^0.11.6",
"performance-now": "^2.1.0",
"promise": "^8.0.x",
"request": "^2.83.x",
"watson-developer-cloud": "^2.42.0"
},
"author": "Anthony Amanse",
"license": "Apache-2.0"
}