forked from van-ibm/watsonworkspace-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 KB
/
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
40
{
"name": "watsonworkspace-bot",
"version": "2.0.2",
"description": "An unofficial IBM Watson Workspace bot kit",
"scripts": {
"start": "node index.js",
"test": "concurrently \"node ./node_modules/watsonworkspace-ngrok/index.js\" \"jasmine\"",
"dev": "concurrently \"node ./node_modules/watsonworkspace-ngrok/index.js\" \"nodemon --debug ./index.js\""
},
"keywords": [
"watsonworkspace",
"ibm",
"workspace"
],
"repository": {},
"author": "[email protected]",
"license": "Apache-2.0",
"dependencies": {
"body-parser": "1.14.x",
"dotenv": "^4.0.0",
"express": "4.13.x",
"jsonwebtoken": "^7.1.9",
"method-override": "^2.3.6",
"nonce": "^1.0.4",
"qs": "^6.3.0",
"request": "^2.76.0",
"simple-oauth2": "^1.5.0",
"watsonworkspace-sdk": "^1.0.0",
"winston": "^2.4.0"
},
"engines": {
"node": "4.x"
},
"devDependencies": {
"concurrently": "^3.5.0",
"jasmine": "^2.8.0",
"nodemon": "^1.12.1",
"watsonworkspace-ngrok": "^1.0.0"
}
}