Files
go-npm/package.json
2019-03-21 10:53:17 +01:00

33 lines
811 B
JSON

{
"name": "go-npm",
"version": "0.1.8",
"description": "Distribute and install Go binaries via NPM",
"main": "index.js",
"bin": {
"go-npm": "./bin/index.js"
},
"scripts": {
"test": "jest",
"prepublish": "node_modules/babel-cli/bin/babel.js src --out-dir bin --presets es2015"
},
"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",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-preset-es2015": "^6.24.1",
"jest": "^24.5.0",
"rewire": "^4.0.1"
}
}