-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.11 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
41
42
43
44
45
46
47
48
49
50
{
"name": "ivanka",
"version": "0.0.1",
"description": "A intelligent chat bot using the Facebook Messenger platform that integrates with a contact center.",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/umnagendra/ivanka.git"
},
"keywords": [
"bot",
"chatbot",
"chat",
"facebook",
"messenger",
"cisco",
"spark",
"care",
"socialminer"
],
"author": "Nagendra U M <umnagendra@gmail.com>",
"contributors": [{
"name": "S M Mahesh",
"email": "maheshsm@gmail.com"
}],
"license": "MIT",
"bugs": {
"url": "https://github.com/umnagendra/ivanka/issues"
},
"homepage": "https://github.com/umnagendra/ivanka#readme",
"dependencies": {
"body-parser": "^1.15.1",
"express": "^4.13.4",
"express-ping": "^1.1.0",
"hashmap": "^2.0.6",
"morgan": "^1.7.0",
"node-jose": "^0.9.1",
"request": "^2.72.0",
"request-promise-native": "^1.0.3",
"sync-request": "^3.0.1",
"util": "^0.10.3",
"winston": "^2.3.0"
},
"engines": {
"node": "6.0.0"
}
}