From: Roger Meier Date: Wed, 27 Apr 2011 20:14:33 +0000 (+0000) Subject: THRIFT-1158 Node.js - package.json used by npm is invalid X-Git-Tag: 0.7.0~97 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=b34b83e89d678b5d3ed1a91c2c9071fbb75c6b31;p=common%2Fthrift.git THRIFT-1158 Node.js - package.json used by npm is invalid git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1097229 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/nodejs/package.json b/lib/nodejs/package.json index 05431e6d..bcefec79 100644 --- a/lib/nodejs/package.json +++ b/lib/nodejs/package.json @@ -1,27 +1,27 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ { "name": "thrift", - "description": "node-thrift", + "description": "node.js bindings for the Apache Thrift RPC system", + "homepage": "http://thrift.apache.org/", + "repository": + { "type" : "svn", + "url" : "http://svn.apache.org/repos/asf/thrift/trunk/" + }, "version": "0.7.0-dev", - "author": "Apache Thrift", + "author": + { "name": "Apache Thrift Developers", + "email": "dev@thrift.apache.org", + "url": "http://thrift.apache.org" + }, + "licenses": + [ { "type": "Apache-2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + } + ], + "bugs": + { "mail": "dev@thrift.apache.org", + "web": "https://issues.apache.org/jira/browse/THRIFT" + }, "directories" : { "lib" : "./lib/thrift" }, "main": "./lib/thrift", - "engines": { "node": ">= 0.2.4" }, + "engines": { "node": ">= 0.2.4" } }