s3-npm-cache
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "s3-npm-cache", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Forget lengthy npm install processes in your build pipeline. This script allows your build pipeline to cache your node_modules in S3 if your package.json hasn't changed.", | ||
"license": "MIT", | ||
"homepage": "https://github.com/jonoc330/s3-npm-cache", | ||
"author": { | ||
"name": "Jon Cleary", | ||
"email": "jonoc330@gmail.com", | ||
"url": "http://www.joncleary.com.au" | ||
}, | ||
"bugs": { | ||
@@ -10,2 +16,9 @@ "url": "https://github.com/jonoc330/s3-npm-cache/issues", | ||
}, | ||
"keywords": [ | ||
"s3", | ||
"npm", | ||
"cache", | ||
"node_modules", | ||
"build" | ||
], | ||
"repository": { | ||
@@ -15,3 +28,6 @@ "type": "git", | ||
}, | ||
"main": "./s3-npm-cache.js", | ||
"main": "./s3-npm-cache", | ||
"bin": { | ||
"s3-npm-cache": "bin/s3-npm-cache" | ||
}, | ||
"dependencies": { | ||
@@ -18,0 +34,0 @@ "adm-zip": "^0.4.7", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4415
2