THRIFT-2190:Add the JavaScript thrift.js lib to the Bower registry
authorjfarrell <jfarrell@apache.org>
Thu, 17 Apr 2014 02:17:55 +0000 (22:17 -0400)
committerjfarrell <jfarrell@apache.org>
Thu, 17 Apr 2014 02:17:55 +0000 (22:17 -0400)
Client: js
Patch: jfarrell

Adds bower.json to be able to register js package.

bower.json [new file with mode: 0644]

diff --git a/bower.json b/bower.json
new file mode 100644 (file)
index 0000000..52e70ff
--- /dev/null
@@ -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": [
+  ]
+}