UNPKG

s3-npm-cache

Version:

Lightweight runtime to cache NPM dependencies in S3

39 lines (38 loc) 856 B
{ "name": "s3-npm-cache", "version": "0.1.8", "description": "Lightweight runtime to cache NPM dependencies in S3", "license": "MIT", "homepage": "https://github.com/SEEK-Jobs/s3-npm-cache", "author": { "name": "Jon Cleary", "email": "jcleary@seek.com.au", "url": "http://www.joncleary.com.au" }, "bugs": { "url": "https://github.com/SEEK-Jobs/s3-npm-cache/issues", "email": "jcleary@seek.com.au" }, "keywords": [ "s3", "npm", "cache", "node_modules", "build" ], "repository": { "type": "git", "url": "https://github.com/SEEK-Jobs/s3-npm-cache" }, "main": "./s3-npm-cache", "bin": { "s3-npm-cache": "./bin/s3-npm-cache.js" }, "dependencies": { "aws-sdk": "^2.11.0", "md5-file": "^3.1.1", "q": "^1.4.1", "shelljs": "^0.7.6", "tar.gz2": "^1.0.0" } }