forked from backspace/slack-statsbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.31 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
{
"name": "slack-statsbot",
"version": "0.1.0",
"description": "A Slack bot that reports channel statistics",
"main": "index.js",
"scripts": {
"start": "node --use-strict index.js",
"debug": "node debug --use-strict index.js",
"test": "tap --strict test/*"
},
"repository": {
"type": "git",
"url": "https://github.com/backspace/slack-statsbot"
},
"keywords": [
"feminism",
"slack",
"sjw"
],
"author": "Buck Doyle",
"license": "MIT",
"bugs": {
"url": "https://github.com/backspace/slack-statsbot/issues"
},
"homepage": "https://github.com/backspace/slack-statsbot",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-tape": "0.0.2",
"require-subvert": "^0.1.0",
"sinon": "^1.12.2",
"tape": "^3.4.0"
},
"dependencies": {
"cli-table": "^0.3.1",
"convict": "^0.6.1",
"cron-parser": "^0.6.1",
"lodash.every": "^3.2.0",
"lodash.find": "^3.2.0",
"lodash.map": "^3.1.4",
"lodash.some": "^3.2.0",
"lodash.uniq": "^3.1.0",
"lodash.values": "^3.0.0",
"moment": "^2.9.0",
"pg": "^4.2.0",
"pg-hstore": "^2.3.1",
"sequelize": "^3.21.0",
"sequelize-cli": "1.1.0",
"slack-client": "^1.3.1",
"tap": "^0.5.0",
"validator": "^3.28.0"
},
"engines": {
"node": "6.2.2",
"npm": "3.3.3"
}
}