-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 994 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
{
"name": "greg-bot",
"version": "1.0.0",
"description": "a test chatbot made with ms bot framework",
"main": "server.js",
"scripts": {
"test": "mocha test",
"lint": "./node_modules/.bin/eslint server.js console.js test bot services",
"console": "node console.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gosborn/greg-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gosborn/greg-bot/issues"
},
"homepage": "https://github.com/gosborn/greg-bot#readme",
"dependencies": {
"botbuilder": "^3.2.3",
"chai": "^3.5.0",
"lodash": "^4.15.0",
"q": "^1.4.1",
"request": "^2.74.0",
"request-promise": "^4.1.1",
"restify": "^4.1.1"
},
"devDependencies": {
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.0",
"eslint-plugin-react": "^6.2.0",
"standard": "^8.0.0"
}
}