mirror of
https://github.com/ershisan99/go-npm.git
synced 2025-12-16 12:33:24 +00:00
25 lines
589 B
JSON
25 lines
589 B
JSON
{
|
|
"name": "go-npm",
|
|
"version": "0.1.7",
|
|
"description": "Distribute and install Go binaries via NPM",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"go-npm": "./bin/index.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Sanath Kumar Ramesh <dayanandasaraswati@gmail.com>",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"mkdirp": "^0.5.1",
|
|
"request": "^2.81.0",
|
|
"tar": "^2.2.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sanathkr/go-npm.git"
|
|
},
|
|
"homepage": "https://github.com/sanathkr/go-npm"
|
|
}
|