-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.5 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "mesbot",
"version": "0.1.4",
"description": "Facebook Messenger Bot Framework",
"main": "index.js",
"scripts": {
"test": "mocha --recursive test/*",
"test:watch": "npm test -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrijdavid/mbot.git"
},
"engines": {
"node": "6.9.0"
},
"keywords": [
"messenger",
"bot",
"chatbot",
"chat",
"bot",
"facebook"
],
"author": "Andrij David <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrijdavid/mbot/issues"
},
"homepage": "https://github.com/andrijdavid/mbot#readme",
"dependencies": {
"Sentimental": "^1.0.1",
"body-parser": "^1.15.2",
"compromise": "^7.0.28",
"config": "^1.21.0",
"dictionary-fr": "^1.2.0",
"eventemitter3": "^1.2.0",
"express": "^4.14.0",
"fb": "^1.1.1",
"franc": "^2.0.0",
"gender-fr": "^1.0.4",
"giphy": "0.0.4",
"is-online": "^6.1.0",
"localtunnel": "^1.8.2",
"natural": "^0.5.0",
"njstrace": "0.0.2",
"node-fetch": "^1.5.3",
"pluralize-fr": "^1.0.1",
"pug": "^2.0.0-beta11",
"rivescript": "^1.17.2",
"sentence-tokenizer": "0.0.7",
"sentiment-french": "^1.0.2",
"spell-it": "^0.2.0",
"striptags": "^3.0.1",
"wikipedia-js": "0.0.6",
"winston": "^2.3.1",
"youtube-dl": "^1.11.1",
"youtube-search": "^1.0.8"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3",
"sinon": "^1.17.4"
}
}