T Jake Luciani | 0c124bb | 2011-01-08 03:49:16 +0000 | [diff] [blame] | 1 | { |
| 2 | "name": "thrift", |
Roger Meier | b34b83e | 2011-04-27 20:14:33 +0000 | [diff] [blame^] | 3 | "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 Meier | 6d8219c | 2011-03-07 21:16:46 +0000 | [diff] [blame] | 9 | "version": "0.7.0-dev", |
Roger Meier | b34b83e | 2011-04-27 20:14:33 +0000 | [diff] [blame^] | 10 | "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 Luciani | 0c124bb | 2011-01-08 03:49:16 +0000 | [diff] [blame] | 24 | "directories" : { "lib" : "./lib/thrift" }, |
| 25 | "main": "./lib/thrift", |
Roger Meier | b34b83e | 2011-04-27 20:14:33 +0000 | [diff] [blame^] | 26 | "engines": { "node": ">= 0.2.4" } |
T Jake Luciani | 0c124bb | 2011-01-08 03:49:16 +0000 | [diff] [blame] | 27 | } |