forked from kborchers/bugbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "bugbot",
"version": "2.0.1",
"description": "Slack native Github Issues",
"main": "dist/index.js",
"scripts": {
"init": "./scripts/init",
"start": "./scripts/start",
"build": "./scripts/build",
"prepublish": "./scripts/build",
"test": "./scripts/test",
"css": "./scripts/styles",
"html": "./scripts/html"
},
"author": "Small Wins",
"license": "Apache-2.0",
"devDependencies": {
"autoprefixer": "^6.1.2",
"cssnano-cli": "^1.0.1",
"htmlprocessor": "^0.1.10",
"postcss-cli": "^2.3.2",
"postcss-custom-properties": "^5.0.0",
"tap-spec": "4.1.1",
"tape": "^4.2.2"
},
"dependencies": {
"async": "^1.5.0",
"aws-sdk": "^2.2.22",
"babel-cli": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"body-parser": "^1.14.1",
"bugbot-github-issues": "^1.6.0",
"chalk": "^1.1.1",
"connect-redis": "^3.0.1",
"ejs": "^2.3.4",
"express": "^4.13.3",
"express-session": "^1.12.1",
"jsonwebtoken": "^5.4.1",
"morgan": "^1.6.1",
"node-env-file": "^0.1.8",
"node-uuid": "^1.4.7",
"request": "^2.67.0",
"simple-timeago": "^1.0.0",
"slack-express": "^5.8.0"
}
}