-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 929 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
40
{
"name": "orvil",
"version": "0.5.2",
"description": "Messenger chatbot for books search and recommendation",
"main": "processMessage.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint processMessage.js lib model"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WBerredo/Orvil.git"
},
"keywords": [
"bot",
"chatbot",
"search",
"books",
"book",
"recommendation",
"messenger"
],
"author": "WBerredo",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/WBerredo/Orvil/issues"
},
"homepage": "https://github.com/WBerredo/Orvil#readme",
"dependencies": {
"axios": "^0.16.2",
"dedent-js": "^1.0.1",
"joi": "^11.1.1",
"vogels": "^2.2.0"
},
"devDependencies": {
"eslint": "^4.6.1",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.7.0"
}
}