2011-01-08 03:49:16 +00:00
|
|
|
{
|
|
|
|
"name": "thrift",
|
2011-04-27 20:14:33 +00:00
|
|
|
"description": "node.js bindings for the Apache Thrift RPC system",
|
|
|
|
"homepage": "http://thrift.apache.org/",
|
2014-11-16 07:05:22 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git-wip-us.apache.org/repos/asf/thrift.git"
|
|
|
|
},
|
2012-10-11 20:34:25 +00:00
|
|
|
"version": "1.0.0-dev",
|
2014-11-16 07:05:22 +00:00
|
|
|
"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": {
|
2015-02-02 20:59:38 +00:00
|
|
|
"lib": "./lib/nodejs/lib/thrift"
|
2014-11-16 07:05:22 +00:00
|
|
|
},
|
2015-02-02 20:59:38 +00:00
|
|
|
"main": "./lib/nodejs/lib/thrift",
|
2014-11-16 07:05:22 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">= 0.2.4"
|
|
|
|
},
|
2012-10-22 21:06:14 +00:00
|
|
|
"dependencies": {
|
2013-05-11 17:29:19 +00:00
|
|
|
"node-int64": "~0.3.0",
|
2014-11-16 07:05:22 +00:00
|
|
|
"q": "1.0.x",
|
|
|
|
"nodeunit": "~0.8.0",
|
|
|
|
"ws": "~0.4.32"
|
2013-08-27 13:37:01 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2014-01-26 10:44:27 +00:00
|
|
|
"connect": "2.7.x",
|
|
|
|
"commander": "2.1.x"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2015-02-02 20:59:38 +00:00
|
|
|
"test": "lib/nodejs/test/testAll.sh"
|
2012-10-22 21:06:14 +00:00
|
|
|
}
|
2011-01-08 03:49:16 +00:00
|
|
|
}
|