forked from hooklift/gowsdl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 1018 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
{
"name": "gowsdl",
"version": "0.4.4",
"description": "[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/hooklift/gowsdl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GoDoc](https://godoc.org/github.com/hooklift/gowsdl?status.svg)](https://godoc.org/github.com/hooklift/gowsdl) [![Build Status](https://travis-ci.org/hooklift/gowsdl.svg?branch=master)](https://travis-ci.org/hooklift/gowsdl)",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pkg:linux": "env GOOS=linux GOARCH=amd64 go build -o ./release/$npm_package_name\\_v$npm_package_version\\_linux-x64 ./cmd/gowsdl/*.go"
},
"repository": {
"type": "git",
"url": "git+https://github.com/factrylabs/gowsdl.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/factrylabs/gowsdl/issues"
},
"homepage": "https://github.com/factrylabs/gowsdl#readme"
}