summaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2014-04-16 22:17:55 -0400
committerjfarrell <jfarrell@apache.org>2014-04-16 22:17:55 -0400
commit0608c6356d945d2e8acc9cf17081878373748599 (patch)
treebe38ee9a626f11ffd30f8147c8df21c250ddfe10 /bower.json
parent057be5a9bd32e3571577edeab1aa0ea7c50087d6 (diff)
downloadthrift-0608c6356d945d2e8acc9cf17081878373748599.tar.gz
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.
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json16
1 files changed, 16 insertions, 0 deletions
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 <dev@thrift.apache.org>"
+ ],
+ "description": "Apache Thrift",
+ "main": "lib/js/thrift.js",
+ "keywords": [
+ "thrift"
+ ],
+ "license": "Apache v2",
+ "ignore": [
+ ]
+}