UNPKG

unity-webgl-s3-deployer

Version:
43 lines (42 loc) 888 B
{ "name": "unity-webgl-s3-deployer", "version": "0.1.4", "description": "Npm module for uploading unity webgl to s3", "main": "src/index.js", "bin": { "webgl-s3-deploy": "./src/index.js" }, "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "https://github.com/gghukasyan/unity-webgl-s3-deployer.git" }, "keywords": [ "unity", "webgl", "s3", "deploy" ], "engines": { "node": ">=0.10.36" }, "author": "Garegin Ghukasyan <garegin.ghukasyan@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/gghukasyan/unity-webgl-s3-deployer/issues" }, "homepage": "https://github.com/gghukasyan/unity-webgl-s3-deployer", "devDependencies": { "mocha": "*", "chai": "*" }, "dependencies": { "s3" : "4.4.0", "optimist": "0.6.1", "glob": "5.0.5", "nodemailer": "1.3.4 ", "nodemailer-ses-transport": "1.2.0 " } }