Files
go-npm/example/package.json
Sanath Kumar Ramesh e18f2df020 Compile to ES6
2017-08-10 23:47:34 -07:00

16 lines
378 B
JSON

{
"name": "app",
"version": "0.0.1",
"description": "Example App",
"main": "index.js",
"scripts": {
"postinstall": "go-npm install",
"preuninstall": "go-npm uninstall"
},
"goBinary": {
"name": "myBinaryName",
"path": "./bin",
"url": "https://github.com/user/myrepo/releases/download/v{{version}}/myBinaryName{{platform}}_{{arch}}.tar.gz"
}
}