-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 857 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
{
"name": "docksal_sandbox",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "Sean Dietrich <[email protected]>",
"engines": {
"node": "8.9.1"
},
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"dependencies": {
"@slack/client": "^3.15.0",
"async": "^2.6.0",
"bitbucket-webhook-handler": "git+https://github.com/otarim/bitbucket-webhook-handler.git",
"dotenv": "^4.0.0",
"github": "^13.1.0",
"github-webhook-handler": "^0.7.1",
"md5": "^2.2.1",
"node-bitbucket-api": "git+https://bitbucket.org/sean-e-dietrich/node-bitbucket-api.git",
"ssh2": "^0.5.5"
},
"repository": {
"type": "git",
"url": "https://github.com/heroku/node-js-getting-started"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT"
}