blob: 51216d2f292aa90b7537297890228c8e898c19e2 [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 },
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": {
26 "lib": "./lib/thrift"
27 },
T Jake Luciani0c124bb2011-01-08 03:49:16 +000028 "main": "./lib/thrift",
Randy Abernethy2e091f62014-11-15 23:05:22 -080029 "engines": {
30 "node": ">= 0.2.4"
31 },
Henrique Mendoncad407b2d2012-10-22 21:06:14 +000032 "dependencies": {
Henrique08c34ea2013-05-11 19:29:19 +020033 "node-int64": "~0.3.0",
Randy Abernethy2e091f62014-11-15 23:05:22 -080034 "q": "1.0.x",
35 "nodeunit": "~0.8.0",
36 "ws": "~0.4.32"
henrique452dd5b2013-08-27 15:37:01 +020037 },
38 "devDependencies": {
Roger Meier8909cbd2014-01-26 11:44:27 +010039 "connect": "2.7.x",
40 "commander": "2.1.x"
41 },
42 "scripts": {
Randy Abernethy2e091f62014-11-15 23:05:22 -080043 "test": "test/testAll.sh"
Henrique Mendoncad407b2d2012-10-22 21:06:14 +000044 }
T Jake Luciani0c124bb2011-01-08 03:49:16 +000045}