-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 985 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
35
36
37
38
39
{
"name": "watsonwork-xkcd-bot",
"version": "1.0.0",
"description": "An IBM Watson Workspace App to display an XKCD image for a given URL",
"author": "William Holmes <[email protected]>",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "concurrently \"node ./node_modules/watsonworkspace-ngrok/index.js\" \"nodemon --inspect ./index.js\""
},
"keywords": [
"watsonworkspace",
"ibm",
"npm",
"bot",
"app",
"xkcd"
],
"license": "MIT",
"devDependencies": {
"concurrently": "^3.5.1",
"nodemon": "^1.14.11",
"watsonworkspace-ngrok": "^1.0.0"
},
"dependencies": {
"delete": "1.1.0",
"dotenv": "^4.0.0",
"image-downloader": "3.4.1",
"lodash": "^4.17.4",
"node-fetch": "2.1.2",
"rss-to-json": "^1.0.4",
"string": "3.3.3",
"underscore": "1.8.3",
"watsonworkspace-bot": "^2.0.0",
"watsonworkspace-sdk": "^2.0.0",
"winston": "^2.4.0",
"xkcd-api": "1.0.1"
}
}