blob: d527641594861dc6ab7aa314440f528148b40037 [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/",
Randy Abernethy2e091f62014-11-15 23:05:22 -08005 "repository": {
6 "type": "git",
7 "url": "https://git-wip-us.apache.org/repos/asf/thrift.git"
8 },
Jake Farrell6fcecd42012-10-11 20:34:25 +00009 "version": "1.0.0-dev",
Randy Abernethy2e091f62014-11-15 23:05:22 -080010 "author": {
11 "name": "Apache Thrift Developers",
12 "email": "dev@thrift.apache.org",
13 "url": "http://thrift.apache.org"
14 },
Jens Geyerf2c9f1b2015-09-25 23:00:30 +020015 "license": "Apache-2.0",
Randy Abernethy2e091f62014-11-15 23:05:22 -080016 "licenses": [
17 {
18 "type": "Apache-2.0",
19 "url": "http://www.apache.org/licenses/LICENSE-2.0"
20 }
21 ],
22 "bugs": {
23 "mail": "dev@thrift.apache.org",
24 "url": "https://issues.apache.org/jira/browse/THRIFT"
25 },
Jan Kremsf2648842015-10-30 13:32:29 -070026 "files": [
27 "lib/nodejs/lib/thrift",
28 "lib/nodejs/README.md"
29 ],
Randy Abernethy2e091f62014-11-15 23:05:22 -080030 "directories": {
Roger Meier1abd7462015-02-02 21:59:38 +010031 "lib": "./lib/nodejs/lib/thrift"
Randy Abernethy2e091f62014-11-15 23:05:22 -080032 },
Roger Meier1abd7462015-02-02 21:59:38 +010033 "main": "./lib/nodejs/lib/thrift",
Randy Abernethy2e091f62014-11-15 23:05:22 -080034 "engines": {
35 "node": ">= 0.2.4"
36 },
Henrique Mendoncad407b2d2012-10-22 21:06:14 +000037 "dependencies": {
Henrique08c34ea2013-05-11 19:29:19 +020038 "node-int64": "~0.3.0",
Randy Abernethy2e091f62014-11-15 23:05:22 -080039 "q": "1.0.x",
Randy Abernethy2e091f62014-11-15 23:05:22 -080040 "ws": "~0.4.32"
henrique452dd5b2013-08-27 15:37:01 +020041 },
42 "devDependencies": {
Henrique Mendonça15d90422015-06-25 22:31:41 +100043 "buffer-equals": "^1.0.3",
Randy Abernethy8e731372015-02-03 00:04:40 -080044 "commander": "2.1.x",
Randy Abernethyd8187c52015-02-16 01:25:53 -080045 "connect": "2.7.x",
Randy Abernethy8e731372015-02-03 00:04:40 -080046 "istanbul": "^0.3.5",
Randy Abernethyd8187c52015-02-16 01:25:53 -080047 "run-browser": "^2.0.1",
48 "tape": "~3.5.0"
Roger Meier8909cbd2014-01-26 11:44:27 +010049 },
50 "scripts": {
Randy Abernethy8e731372015-02-03 00:04:40 -080051 "cover": "lib/nodejs/test/testAll.sh COVER",
Roger Meier1abd7462015-02-02 21:59:38 +010052 "test": "lib/nodejs/test/testAll.sh"
Henrique Mendoncad407b2d2012-10-22 21:06:14 +000053 }
T Jake Luciani0c124bb2011-01-08 03:49:16 +000054}