thrift/lib/nodejs/package.json
Henrique Mendonca d407b2d1ca Thrift-1353: Switch to performance branch, get rid of BinaryParser
Client: Node.js
Patch: Wade Simmons

"binary" fields will be returned as Buffers instead of Strings
"int64" fields will be returned as http://github.com/broofa/node-int64 objects


git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1401081 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 21:06:14 +00:00

31 lines
805 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": "1.0.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",
"url": "https://issues.apache.org/jira/browse/THRIFT"
},
"directories" : { "lib" : "./lib/thrift" },
"main": "./lib/thrift",
"engines": { "node": ">= 0.2.4" },
"dependencies": {
"node-int64": "0.3.x"
}
}