-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 1005 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"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 <[email protected]> (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"
}
}