forked from ovh-ux/ovh-chatbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.17 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
{
"name": "OvhChatbot",
"version": "1.1.0",
"description": "Chatbot OVH to help support",
"main": "app.js",
"scripts": {
"start": "node index.js",
"lint": "eslint . --ext .js",
"precommit": "npm run lint",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/ovh-ux/ovh-chatbot.git"
},
"author": "OVH",
"license": "BSD-3-Clause",
"dependencies": {
"apiai": "^4.0.2",
"bluebird": "^3.4.7",
"body-parser": "^1.16.0",
"compression": "^1.6.2",
"config": "^1.20.4",
"cors": "^2.8.1",
"ejs": "^2.4.2",
"express": "^4.14.1",
"lodash": "^4.17.4",
"lusca": "^1.4.1",
"mathjs": "^3.9.3",
"mongodb": "^2.2.11",
"mongoose": "^4.8.1",
"morgan": "^1.8.0",
"node-wit": "^4.2.0",
"npm": "^4.2.0",
"ovh": "^2.0.1",
"ovh-winston-ldp": "^0.3.0",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"require-dir": "^0.3.1",
"slack-node": "^0.1.8",
"winston": "^2.3.1"
},
"engines": {
"node": "~6.4.0"
},
"devDependencies": {
"eslint": "^3.15.0",
"husky": "^0.13.1",
"prettier": "^1.3.1",
"prettier-eslint": "^6.2.2"
}
}