blob: 78dc14180d2a677b9f22b15a65e848c08dab82ca [file] [log] [blame]
T Jake Luciani0c124bb2011-01-08 03:49:16 +00001{
2 "name": "thrift",
Roger Meierb34b83e2011-04-27 20:14:33 +00003 "description": "node.js bindings for the Apache Thrift RPC system",
4 "homepage": "http://thrift.apache.org/",
5 "repository":
Roger Meier565517a2013-03-22 21:08:39 +01006 { "type" : "git",
7 "url" : "https://git-wip-us.apache.org/repos/asf/thrift.git"
Roger Meierb34b83e2011-04-27 20:14:33 +00008 },
jfarrellff980c12013-08-18 19:54:39 -04009 "version": "0.9.1",
Roger Meierb34b83e2011-04-27 20:14:33 +000010 "author":
11 { "name": "Apache Thrift Developers",
12 "email": "dev@thrift.apache.org",
13 "url": "http://thrift.apache.org"
14 },
15 "licenses":
16 [ { "type": "Apache-2.0",
17 "url": "http://www.apache.org/licenses/LICENSE-2.0"
18 }
19 ],
20 "bugs":
21 { "mail": "dev@thrift.apache.org",
Jake Farrelle24ba112011-11-12 14:18:30 +000022 "url": "https://issues.apache.org/jira/browse/THRIFT"
Roger Meierb34b83e2011-04-27 20:14:33 +000023 },
T Jake Luciani0c124bb2011-01-08 03:49:16 +000024 "directories" : { "lib" : "./lib/thrift" },
25 "main": "./lib/thrift",
Henrique Mendoncad407b2d2012-10-22 21:06:14 +000026 "engines": { "node": ">= 0.2.4" },
27 "dependencies": {
Henrique08c34ea2013-05-11 19:29:19 +020028 "node-int64": "~0.3.0",
29 "nodeunit": "~0.8.0"
Henrique Mendoncad407b2d2012-10-22 21:06:14 +000030 }
T Jake Luciani0c124bb2011-01-08 03:49:16 +000031}