UNPKG

s3-website

Version:

Easily publish static websites on Amazon S3

56 lines (55 loc) 1.28 kB
{ "name": "s3-website", "version": "3.3.1", "description": "Easily publish static websites on Amazon S3", "main": "index.js", "scripts": { "test": "node test/index.js | faucet", "lint": "snazzy", "prepublish": "npm prune && npm ls && npm test" }, "bin": { "s3-website": "./s3-website.js" }, "repository": { "type": "git", "url": "https://github.com/klaemo/s3-website" }, "keywords": [ "s3", "aws", "amazon", "static", "website" ], "author": "Clemens Stolle <klaemo@fastmail.fm>", "license": "ISC", "bugs": { "url": "https://github.com/klaemo/s3-website/issues" }, "homepage": "https://github.com/klaemo/s3-website", "dependencies": { "aws-sdk": "^2.6.12", "cloudfront-tls": "^1.0.0", "colors": "1.4.0", "commander": "^2.9.0", "console.table": "^0.7.0", "deep-diff": "^0.3.4", "dotenv": "^2.0.0", "glob": "^7.1.1", "graceful-fs": "^4.1.11", "lodash": "^4.17.4", "log-update": "^1.0.2", "merge-defaults": "^0.2.1", "mime": "^1.3.4", "object-assign": "^4.1.0", "s3-diff": "^1.1.0", "wildcard": "^1.1.2" }, "devDependencies": { "faucet": "0.0.1", "snazzy": "5.0.0", "supertest": "^2.0.1", "tape": "^4.6.2" } }