blob: c5c7d0a424011e18e66924c4050156b4fb29f384 [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 },
Jake Farrell9c762582011-08-13 21:29:36 +00009 "version": "0.8.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}