From 0608c6356d945d2e8acc9cf17081878373748599 Mon Sep 17 00:00:00 2001 From: jfarrell Date: Wed, 16 Apr 2014 22:17:55 -0400 Subject: THRIFT-2190:Add the JavaScript thrift.js lib to the Bower registry Client: js Patch: jfarrell Adds bower.json to be able to register js package. --- bower.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bower.json (limited to 'bower.json') diff --git a/bower.json b/bower.json new file mode 100644 index 000000000..52e70ff3c --- /dev/null +++ b/bower.json @@ -0,0 +1,16 @@ +{ + "name": "thrift", + "version": "0.9.1", + "homepage": "https://git-wip-us.apache.org/repos/asf/thrift.git", + "authors": [ + "Apache Thrift " + ], + "description": "Apache Thrift", + "main": "lib/js/thrift.js", + "keywords": [ + "thrift" + ], + "license": "Apache v2", + "ignore": [ + ] +} -- cgit v1.2.1