UNPKG

react-deploy

Version:

a deployment script for create react app to s3

47 lines (46 loc) 1.06 kB
{ "name": "react-deploy", "version": "0.0.15", "description": "a deployment script for create react app to s3", "main": "index.js", "scripts": { "test": "echo react-deploy" }, "repository": { "type": "git", "url": "git+https://github.com/sumn2u/react-deploy.git" }, "keywords": [ "react", "deploy", "react-deploy", "s3", "create-react-app", "revisions", "activate" ], "author": "Suman Kunwar", "license": "MIT", "bugs": { "url": "https://github.com/sumn2u/react-deploy/issues" }, "homepage": "https://github.com/sumn2u/react-deploy#readme", "devDependencies": {}, "dependencies": { "aws-sdk": "^2.193.0", "cli-table2": "^0.2.0", "core-object": "^3.1.5", "fd-slicer": "~1.0.0", "findit2": "~2.2.3", "fs": "0.0.1-security", "git-repo-info": "^1.3.0", "graceful-fs": "~4.1.4", "mime": "~1.2.11", "mkdirp": "~0.5.0", "moment": "^2.22.0", "pend": "~1.2.0", "rimraf": "~2.2.8", "rsvp": "^3.5.0", "streamsink": "~1.2.0" } }