forked from juhamust/bitbucket2sns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 796 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
{
"name": "bitbucket2sns",
"version": "0.2.0",
"description": "Receive Bitbucket webhook messages and transform it to AWS SNS notification",
"author": {
"name": "Juha Mustonen/SC5 Online Oy"
},
"contributors": [],
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/juhamust/bitbucket2sns.git"
},
"scripts": {
"test": "jest"
},
"dependencies": {
"debug": "^2.6.8"
},
"devDependencies": {
"aws-sdk": "^2.2.48",
"aws-sdk-mock": "^1.7.0",
"babel-preset-env": "^1.5.2",
"jest": "^20.0.4",
"serverless-plugin-optimize": "^3.0.1-rc.1"
},
"bugs": {
"url": "https://github.com/juhamust/bitbucket2sns/issues"
},
"homepage": "https://github.com/juhamust/bitbucket2sns#readme"
}