-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 815 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
{
"name": "heroku-buildpack-upload-static-assets-to-s3",
"version": "1.0.0",
"description": "Uploads static assets to S3 when deploying to heroku",
"main": "lib/upload.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lostmyname/heroku-buildpack-upload-static-assets-to-s3.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lostmyname/heroku-buildpack-upload-static-assets-to-s3/issues"
},
"homepage": "https://github.com/Lostmyname/heroku-buildpack-upload-static-assets-to-s3#readme",
"dependencies": {
"async": "^2.0.1",
"aws-sdk": "^2.5.0",
"glob": "^7.0.5",
"lodash": "^4.15.0",
"mime-types": "^2.1.11",
"shelljs": "^0.7.3"
}
}