blob: ff70611b78a83800d0275f2e913369273dd0a4a2 [file] [log] [blame]
jfarrell0608c632014-04-16 22:17:55 -04001{
2 "name": "thrift",
James E. King IIIc3375d92018-12-30 11:06:00 -05003<<<<<<< HEAD
Robert Lua1390822018-12-27 23:57:35 +08004 "homepage": "https://github.com/apache/thrift.git",
James E. King IIIc3375d92018-12-30 11:06:00 -05005=======
jfarrell384647d2018-10-16 22:36:46 -04006 "version": "0.12.0",
jfarrell0608c632014-04-16 22:17:55 -04007 "homepage": "https://git-wip-us.apache.org/repos/asf/thrift.git",
James E. King IIIc3375d92018-12-30 11:06:00 -05008>>>>>>> origin/0.12.0
jfarrell0608c632014-04-16 22:17:55 -04009 "authors": [
10 "Apache Thrift <dev@thrift.apache.org>"
11 ],
12 "description": "Apache Thrift",
Randy Abernethyaad5de72015-03-15 08:26:23 -070013 "main": "lib/js/src/thrift.js",
jfarrell0608c632014-04-16 22:17:55 -040014 "keywords": [
15 "thrift"
16 ],
17 "license": "Apache v2",
18 "ignore": [
19 ]
20}