-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 977 Bytes
/
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
{
"name": "slack-bot-planningpoker",
"author": "jmlaya",
"version": "1.0.0",
"description": "Slack App to help in the planning poker for SCRUM projects",
"main": "app.js",
"engines": {
"node": ">=6.2.2"
},
"scripts": {
"start": "node bin/app.js",
"dev": "npm install && gulp dev",
"postinstall": "gulp build"
},
"keywords": [
"slack",
"bot",
"planning-poker",
"scrum"
],
"dependencies": {
"async": "2.0.1",
"babel-cli": "6.14.0",
"babel-core": "6.14.0",
"babel-preset-es2015": "6.14.0",
"body-parser": "1.15.2",
"dot": "1.0.3",
"express": "4.14.0",
"gulp": "3.9.1",
"gulp-cli": "^1.2.2",
"gulp-nodemon": "2.1.0",
"gulp-run": "1.7.1",
"gulp-sequence": "0.4.6",
"gulp-task-listing": "1.0.1",
"logrotator": "1.1.0",
"morgan": "1.7.0",
"node-config": "0.0.2",
"node-env-file": "0.1.8",
"node-json-db": "^0.7.3",
"standard-http-error": "2.0.0"
}
}