-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
73 lines (73 loc) · 2.07 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
{
"name": "pushbot",
"version": "0.0.0",
"private": true,
"author": "Ash Wilson <[email protected]>",
"description": "Here to protect you from the terrible secret of space",
"dependencies": {
"bluebird": "3.7.2",
"cheerio": "^1.0.0-rc.12",
"coffee-script": "1.12.7",
"cookie-session": "^1.4.0",
"cors": "2.8.5",
"express": "^4.18.1",
"express-graphql": "0.12.0",
"graphql": "^16.6.0",
"hubot": "3.3.2",
"hubot-auth": "2.1.0",
"hubot-diagnostics": "1.0.0",
"hubot-fliptable": "2.0.0",
"hubot-google-images": "0.2.7",
"hubot-google-translate": "0.2.1",
"hubot-hammersport": "0.0.1",
"hubot-help": "1.0.1",
"hubot-heroku-keepalive": "1.0.3",
"hubot-maps": "0.0.3",
"hubot-markov": "2.2.2",
"hubot-pipe": "0.0.9",
"hubot-pipe-scripts": "0.0.3",
"hubot-plan": "1.1.1",
"hubot-plusplus": "1.4.0",
"hubot-pugme-reddit": "1.0.0",
"hubot-roller": "0.2.3",
"hubot-rules": "1.0.0",
"hubot-scripts": "2.17.2",
"hubot-shellish": "2.0.1",
"hubot-shipit": "0.2.1",
"hubot-slack": "^4.10.0",
"hubot-swanson": "1.2.0",
"jsdom": "20.0.0",
"log": "^6.3.1",
"moment": "2.29.4",
"moment-precise-range-plugin": "1.3.0",
"moment-timezone": "^0.5.37",
"node-fetch": "2.6.7",
"passport": "^0.5.0",
"passport-http": "0.3.0",
"passport-slack-oauth2": "^1.1.1",
"pg-promise": "10.12.0",
"tinycolor2": "1.4.2",
"twit": "2.2.11",
"underscore": "^1.13.4",
"uuid": "9.0.0",
"yargs": "17.5.1"
},
"engines": {
"node": "*"
},
"devDependencies": {
"chai": "^4.3.6",
"fs-promise": "2.0.3",
"hubot-test-helper": "1.9.0",
"json-stable-stringify": "1.0.1",
"mocha": "^10.0.0",
"prettier": "^2.7.1",
"sinon": "14.0.0"
},
"scripts": {
"lint": "prettier --check scripts/** test/**",
"format": "prettier --write scripts/** test/**",
"mocha": "mocha --require coffee-script/register --require test/globals.js --colors test/*.test.js test/**/*.test.js --exit",
"test": "npm run lint && npm run mocha"
}
}