mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-08 03:08:53 +00:00
b34b83e89d
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1097229 13f79535-47bb-0310-9956-ffa450edef68
28 lines
754 B
JSON
28 lines
754 B
JSON
{
|
|
"name": "thrift",
|
|
"description": "node.js bindings for the Apache Thrift RPC system",
|
|
"homepage": "http://thrift.apache.org/",
|
|
"repository":
|
|
{ "type" : "svn",
|
|
"url" : "http://svn.apache.org/repos/asf/thrift/trunk/"
|
|
},
|
|
"version": "0.7.0-dev",
|
|
"author":
|
|
{ "name": "Apache Thrift Developers",
|
|
"email": "dev@thrift.apache.org",
|
|
"url": "http://thrift.apache.org"
|
|
},
|
|
"licenses":
|
|
[ { "type": "Apache-2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|
|
],
|
|
"bugs":
|
|
{ "mail": "dev@thrift.apache.org",
|
|
"web": "https://issues.apache.org/jira/browse/THRIFT"
|
|
},
|
|
"directories" : { "lib" : "./lib/thrift" },
|
|
"main": "./lib/thrift",
|
|
"engines": { "node": ">= 0.2.4" }
|
|
}
|