blob: 7afe077f443bf739502854dd084bd4e96b7f8cb7 [file] [log] [blame]
Roger Meiereaa61d82012-01-12 21:38:29 +00001{
2 "name": "thrift-nodejs-test",
Jake Farrell6fcecd42012-10-11 20:34:25 +00003 "version": "1.0.0-dev",
Roger Meiereaa61d82012-01-12 21:38:29 +00004 "description": "node.js test server and client for the Apache Thrift",
5 "homepage": "http://thrift.apache.org/",
6 "repository":
7 { "type" : "svn",
8 "url" : "http://svn.apache.org/repos/asf/thrift/trunk/"
9 },
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 "url": "https://issues.apache.org/jira/browse/THRIFT"
23 },
24 "directories" : { "lib" : "../lib/nodejs/lib/thrift" },
25 "main": "../lib/nodejs/lib/thrift",
26 "scripts": {
27 "start": "node ./http-server"
28 },
29 "engines": { "node": ">= 0.2.4" }
30}