* Moving from govendor to dep. * Making the pull request template more friendly. * Fixing akward space in PR template. * goimports run on whole project using ` goimports -w $(find . -type f -name '*.go' -not -path "./vendor/*" -not -path "./gen-go/*")` source of command: https://gist.github.com/bgentry/fd1ffef7dbde01857f66
16 lines
325 B
JSON
16 lines
325 B
JSON
{
|
|
"name": "thrift",
|
|
"version": "0.10.0",
|
|
"homepage": "https://git-wip-us.apache.org/repos/asf/thrift.git",
|
|
"authors": [
|
|
"Apache Thrift <dev@thrift.apache.org>"
|
|
],
|
|
"description": "Apache Thrift",
|
|
"main": "lib/js/src/thrift.js",
|
|
"keywords": [
|
|
"thrift"
|
|
],
|
|
"license": "Apache v2",
|
|
"ignore": [
|
|
]
|
|
}
|