-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.02 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
47
48
{
"name": "heroku-s4-git-deploy",
"version": "2.0.2",
"description": "Micro app for automatically deploying to Amazon S3 on a BitBucket commit.",
"main": "app.js",
"scripts": {
"test": "mocha",
"watch": "mocha -w"
},
"engines": {
"node": "0.10.33"
},
"repository": {
"type": "git",
"url": "https://github.com/chesleybrown/heroku-s3-git-deploy.git"
},
"keywords": [
"bitbucket",
"git",
"amazon",
"s3"
],
"author": "Chesley",
"license": "MIT",
"bugs": {
"url": "https://github.com/chesleybrown/heroku-s3-git-deploy/issues"
},
"homepage": "https://github.com/chesleybrown/heroku-s3-git-deploy",
"dependencies": {
"body-parser": "^1.9.2",
"express": "^4.10.1",
"basic-auth-connect": "1.0.0",
"request": "^2.47.0",
"aws-sdk": "^2.0.29",
"pkgcloud-container-copy": "0.5.0",
"ejs": "^1.0.0",
"when": "^3.6.3",
"download": "^3.1.2",
"rimraf": "^2.2.8"
},
"devDependencies": {
"app.json": "^1.2.1",
"mocha": "^2.0.1",
"chai": "^1.9.2",
"supertest": "^0.15.0",
"mockery": "^1.4.0"
}
}