-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 970 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 970 Bytes
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
35
36
37
38
39
40
41
{
"name": "watsonSecondOpinion",
"main": "app.js",
"description": "get reviews from amazon.",
"version": "1.0.0",
"private": false,
"engines": {
"node": "6.*"
},
"scripts": {
"pre": "npm install",
"start": "node app.js",
"lint": "./node_modules/.bin/eslint . ./**/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/IBM/watson-second-opinion"
},
"dependencies": {
"async": "^2.6.0",
"async-waterfall": "^0.1.5",
"body-parser": "^1.18.3",
"cheerio": "~1.0.0-rc.2",
"cloudant": "^1.10.0",
"cloudscraper": "^1.5.0",
"express": "^4.16.3",
"hoek": "^5.0.3",
"jsonfile": "^4.0.0",
"kue": "^0.11.6",
"performance-now": "^2.1.0",
"promise": "^8.0.x",
"request": "^2.87.0",
"watson-developer-cloud": "^3.4.5"
},
"devDependencies": {
"eslint": "^4.13.1",
"eslint-plugin-react": "^7.9.1"
},
"author": "Horea Porutiu",
"license": "Apache-2.0"
}