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/", |
Randy Abernethy | 2e091f6 | 2014-11-15 23:05:22 -0800 | [diff] [blame] | 5 | "repository": { |
| 6 | "type": "git", |
| 7 | "url": "https://git-wip-us.apache.org/repos/asf/thrift.git" |
| 8 | }, |
Jake Farrell | 6fcecd4 | 2012-10-11 20:34:25 +0000 | [diff] [blame] | 9 | "version": "1.0.0-dev", |
Randy Abernethy | 2e091f6 | 2014-11-15 23:05:22 -0800 | [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 | { |
| 17 | "type": "Apache-2.0", |
| 18 | "url": "http://www.apache.org/licenses/LICENSE-2.0" |
| 19 | } |
| 20 | ], |
| 21 | "bugs": { |
| 22 | "mail": "dev@thrift.apache.org", |
| 23 | "url": "https://issues.apache.org/jira/browse/THRIFT" |
| 24 | }, |
| 25 | "directories": { |
Roger Meier | 1abd746 | 2015-02-02 21:59:38 +0100 | [diff] [blame] | 26 | "lib": "./lib/nodejs/lib/thrift" |
Randy Abernethy | 2e091f6 | 2014-11-15 23:05:22 -0800 | [diff] [blame] | 27 | }, |
Roger Meier | 1abd746 | 2015-02-02 21:59:38 +0100 | [diff] [blame] | 28 | "main": "./lib/nodejs/lib/thrift", |
Randy Abernethy | 2e091f6 | 2014-11-15 23:05:22 -0800 | [diff] [blame] | 29 | "engines": { |
| 30 | "node": ">= 0.2.4" |
| 31 | }, |
Henrique Mendonca | d407b2d | 2012-10-22 21:06:14 +0000 | [diff] [blame] | 32 | "dependencies": { |
Henrique | 08c34ea | 2013-05-11 19:29:19 +0200 | [diff] [blame] | 33 | "node-int64": "~0.3.0", |
Randy Abernethy | 2e091f6 | 2014-11-15 23:05:22 -0800 | [diff] [blame] | 34 | "q": "1.0.x", |
| 35 | "nodeunit": "~0.8.0", |
| 36 | "ws": "~0.4.32" |
henrique | 452dd5b | 2013-08-27 15:37:01 +0200 | [diff] [blame] | 37 | }, |
| 38 | "devDependencies": { |
Roger Meier | 8909cbd | 2014-01-26 11:44:27 +0100 | [diff] [blame] | 39 | "connect": "2.7.x", |
Randy Abernethy | 8e73137 | 2015-02-03 00:04:40 -0800 | [diff] [blame^] | 40 | "commander": "2.1.x", |
| 41 | "istanbul": "^0.3.5", |
| 42 | "tape": "^3.4.0" |
Roger Meier | 8909cbd | 2014-01-26 11:44:27 +0100 | [diff] [blame] | 43 | }, |
| 44 | "scripts": { |
Randy Abernethy | 8e73137 | 2015-02-03 00:04:40 -0800 | [diff] [blame^] | 45 | "cover": "lib/nodejs/test/testAll.sh COVER", |
Roger Meier | 1abd746 | 2015-02-02 21:59:38 +0100 | [diff] [blame] | 46 | "test": "lib/nodejs/test/testAll.sh" |
Henrique Mendonca | d407b2d | 2012-10-22 21:06:14 +0000 | [diff] [blame] | 47 | } |
T Jake Luciani | 0c124bb | 2011-01-08 03:49:16 +0000 | [diff] [blame] | 48 | } |