Repository: thrift Updated Branches: refs/heads/master 057be5a9b -> 0608c6356
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. Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/0608c635 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/0608c635 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/0608c635 Branch: refs/heads/master Commit: 0608c6356d945d2e8acc9cf17081878373748599 Parents: 057be5a Author: jfarrell <[email protected]> Authored: Wed Apr 16 22:17:55 2014 -0400 Committer: jfarrell <[email protected]> Committed: Wed Apr 16 22:17:55 2014 -0400 ---------------------------------------------------------------------- bower.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/0608c635/bower.json ---------------------------------------------------------------------- diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..52e70ff --- /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 <[email protected]>" + ], + "description": "Apache Thrift", + "main": "lib/js/thrift.js", + "keywords": [ + "thrift" + ], + "license": "Apache v2", + "ignore": [ + ] +}
