This repository has been archived by the owner on May 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
84 lines (84 loc) · 2.25 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "sactive-bot",
"version": "1.4.2",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "mocha --require babel-register --check-leaks --bail --exit",
"test:cov": "nyc --reporter=html --reporter=text mocha --require babel-register --check-leaks --bail --exit",
"test:ci": "nyc --reporter=html --reporter=text-lcov > coverage.lcov mocha --require babel-register --check-leaks --bail --exit",
"build:doc": "./docs.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shipengqi/sactive-bot.git"
},
"keywords": [
"hubot",
"wechat",
"weixin",
"slack",
"mattermost",
"microsoft teams",
"slack bot",
"wechat bot",
"mattermost bot",
"microsoft teams bot"
],
"author": "shipengqi",
"license": "MIT",
"bugs": {
"url": "https://github.com/shipengqi/sactive-bot/issues"
},
"homepage": "https://github.com/shipengqi/sactive-bot#readme",
"bin": {
"sbot": "./bin/sbot.js"
},
"dependencies": {
"coffee-script": "^1.12.7",
"colors": "^1.3.0",
"commander": "^2.15.1",
"ejs": "^2.6.2",
"extend": "^3.0.2",
"hubot": "2.19.0",
"hubot-botframework": "^0.10.1",
"hubot-matteruser": "^4.4.0",
"hubot-slack": "^4.5.2",
"jpeg-js": "^0.3.4",
"js-yaml": "^3.12.0",
"jsqr": "^1.1.1",
"koa-static": "^5.0.0",
"lodash": "^4.17.10",
"natural": "^0.6.1",
"node-env-file": "^0.1.8",
"node-yaml": "^3.1.1",
"prompt": "^1.0.0",
"qrcode-terminal": "^0.12.0",
"qrextract": "^2.0.0",
"request": "^2.87.0",
"sactive-di": "^1.2.0",
"sactive-web": "^2.2.13",
"sbot-conversation": "^1.5.0",
"shelljs": "^0.8.2",
"uniqid": "^5.0.3",
"winston": "^3.0.0",
"winston-daily-rotate-file": "^3.2.3",
"xml2js": "^0.4.19"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-config-sactive": "^2.0.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"jsdoc-to-markdown": "^4.0.1",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"supertest": "^3.1.0"
}
}