-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
47 lines (47 loc) · 1.09 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
{
"name": "slack-stuart",
"version": "1.0.3",
"author": "Greg Tracy",
"description": "Slackbot Server to make your Slack instance more enjoyable.",
"keywords": [
"slack",
"slackbot"
],
"bugs": "https://github.com/gtracy/slack-stuart/issues",
"license": "MIT",
"dependencies": {
"async": "1.5.2",
"body-parser": "^1.15.0",
"cron": "1.0.1",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
"express-session": "^1.13.0",
"logme": "^0.3.8",
"method-override": "^2.3.5",
"request": "2.74.0",
"requestify": "0.1.17",
"serve-favicon": "^2.3.0",
"time": "0.11.4",
"twilio": "1.6.0",
"underscore": "1.6.0",
"yelp": "0.1.1"
},
"devDependencies": {
"chai": "^3.3.0",
"mocha": "^2.3.3",
"rewire": "^2.3.4"
},
"engines": {
"node": ">=5.6.0",
"npm": ">=3.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gtracy/slack-stuart.git"
},
"scripts": {
"start": "TZ=UTC node bin/slack-stuart.js",
"watch": "TZ=UTC nodemon bin/slack-stuart.js",
"test": "mocha \"test/**/*.js\""
}
}