-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 974 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
{
"name": "burndown",
"version": "1.0.0",
"description": "Hipchat add-on that grabs burndown charts from jira and sends it to the hipchat room",
"main": "index.js",
"dependencies": {
"app-module-path": "^2.2.0",
"aws-serverless-express": "^1.2.0",
"body-parser": "^1.15.2",
"dynamoose": "^0.7.0",
"express": "^4.14.0",
"express-winston": "^2.1.2",
"http-status": "^0.2.5",
"jwt-simple": "^0.5.1",
"promise": "^7.1.1",
"requestify": "^0.2.5",
"swaggerize-express": "^4.0.5",
"winston": "^2.3.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rnowosielski/burndown"
},
"keywords": [
"webgrabber",
"image",
"hipchat",
"integration",
"burndown",
"agile",
"jira",
"sprint",
"distributed team"
],
"author": "Rafal Nowosielski",
"license": "MIT"
}