mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
565517a16c
;-r
31 lines
852 B
JSON
Executable File
31 lines
852 B
JSON
Executable File
{
|
|
"name": "thrift-nodejs-test",
|
|
"version": "1.0.0-dev",
|
|
"description": "node.js test server and client for the Apache Thrift",
|
|
"homepage": "http://thrift.apache.org/",
|
|
"repository":
|
|
{ "type" : "git",
|
|
"url" : "https://git-wip-us.apache.org/repos/asf/thrift.git"
|
|
},
|
|
"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/nodejs/lib/thrift" },
|
|
"main": "../lib/nodejs/lib/thrift",
|
|
"scripts": {
|
|
"start": "node ./http-server"
|
|
},
|
|
"engines": { "node": ">= 0.2.4" }
|
|
}
|