blob: bcefec7963c33910fdf6df6ceb2ed26f49de3be4 [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":
6 { "type" : "svn",
7 "url" : "http://svn.apache.org/repos/asf/thrift/trunk/"
8 },
Roger Meier6d8219c2011-03-07 21:16:46 +00009 "version": "0.7.0-dev",
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",
22 "web": "https://issues.apache.org/jira/browse/THRIFT"
23 },
T Jake Luciani0c124bb2011-01-08 03:49:16 +000024 "directories" : { "lib" : "./lib/thrift" },
25 "main": "./lib/thrift",
Roger Meierb34b83e2011-04-27 20:14:33 +000026 "engines": { "node": ">= 0.2.4" }
T Jake Luciani0c124bb2011-01-08 03:49:16 +000027}