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": |
Roger Meier | 565517a | 2013-03-22 21:08:39 +0100 | [diff] [blame] | 6 | { "type" : "git", |
| 7 | "url" : "https://git-wip-us.apache.org/repos/asf/thrift.git" |
Roger Meier | b34b83e | 2011-04-27 20:14:33 +0000 | [diff] [blame] | 8 | }, |
Jake Farrell | 6fcecd4 | 2012-10-11 20:34:25 +0000 | [diff] [blame] | 9 | "version": "1.0.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", |
Jake Farrell | e24ba11 | 2011-11-12 14:18:30 +0000 | [diff] [blame] | 22 | "url": "https://issues.apache.org/jira/browse/THRIFT" |
Roger Meier | b34b83e | 2011-04-27 20:14:33 +0000 | [diff] [blame] | 23 | }, |
T Jake Luciani | 0c124bb | 2011-01-08 03:49:16 +0000 | [diff] [blame] | 24 | "directories" : { "lib" : "./lib/thrift" }, |
| 25 | "main": "./lib/thrift", |
Henrique Mendonca | d407b2d | 2012-10-22 21:06:14 +0000 | [diff] [blame] | 26 | "engines": { "node": ">= 0.2.4" }, |
| 27 | "dependencies": { |
Henrique | 08c34ea | 2013-05-11 19:29:19 +0200 | [diff] [blame] | 28 | "node-int64": "~0.3.0", |
henrique | 3123623 | 2014-02-23 20:16:44 +0100 | [diff] [blame] | 29 | "q": "1.0.x", |
Henrique | 08c34ea | 2013-05-11 19:29:19 +0200 | [diff] [blame] | 30 | "nodeunit": "~0.8.0" |
henrique | 452dd5b | 2013-08-27 15:37:01 +0200 | [diff] [blame] | 31 | }, |
| 32 | "devDependencies": { |
Roger Meier | 8909cbd | 2014-01-26 11:44:27 +0100 | [diff] [blame] | 33 | "connect": "2.7.x", |
| 34 | "commander": "2.1.x" |
| 35 | }, |
| 36 | "scripts": { |
| 37 | "test" : "test/testAll.sh" |
Henrique Mendonca | d407b2d | 2012-10-22 21:06:14 +0000 | [diff] [blame] | 38 | } |
T Jake Luciani | 0c124bb | 2011-01-08 03:49:16 +0000 | [diff] [blame] | 39 | } |