UNPKG

install-artifact-from-github

Version:

Create binary artifacts hosted by github and install them without compiling.

34 lines (33 loc) 1 kB
{ "name": "install-artifact-from-github", "version": "1.3.5", "type": "commonjs", "description": "Create binary artifacts hosted by github and install them without compiling.", "homepage": "https://github.com/uhop/install-artifact-from-github", "bugs": "https://github.com/uhop/install-artifact-from-github/issues", "github": "https://github.com/uhop/install-artifact-from-github", "repository": { "type": "git", "url": "git://github.com/uhop/install-artifact-from-github.git" }, "files": [ "/*.js", "/bin", "/src", "/utils" ], "bin": { "install-from-cache": "bin/install-from-cache.js", "save-to-github-cache": "bin/save-to-github-cache.js" }, "keywords": [ "helper", "node addons" ], "author": "Eugene Lazutkin <eugene.lazutkin@gmail.com> (https://lazutkin.com/)", "license": "BSD-3-Clause", "scripts": { "test": "node tests/test-env.js", "save-to-github": "node bin/save-to-github-cache --artifact package.json" } }