Roger Meier | eaa61d8 | 2012-01-12 21:38:29 +0000 | [diff] [blame] | 1 | { |
| 2 | "name": "thrift-nodejs-test", |
Jake Farrell | 6fcecd4 | 2012-10-11 20:34:25 +0000 | [diff] [blame] | 3 | "version": "1.0.0-dev", |
Roger Meier | eaa61d8 | 2012-01-12 21:38:29 +0000 | [diff] [blame] | 4 | "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 | } |