thrift/bower.json
Randy Abernethy aad5de7930 THRIFT-3040: wrong main path in bower.json
Client: JavaScript Lib
Patch: Paul Smith

Github Pull Request:
This closes #398
2015-03-15 08:26:23 -07:00

17 lines
324 B
JSON

{
"name": "thrift",
"version": "0.9.2",
"homepage": "https://git-wip-us.apache.org/repos/asf/thrift.git",
"authors": [
"Apache Thrift <dev@thrift.apache.org>"
],
"description": "Apache Thrift",
"main": "lib/js/src/thrift.js",
"keywords": [
"thrift"
],
"license": "Apache v2",
"ignore": [
]
}