mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-06 18:35:19 +00:00
0608c6356d
Client: js Patch: jfarrell Adds bower.json to be able to register js package.
17 lines
320 B
JSON
17 lines
320 B
JSON
{
|
|
"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": [
|
|
]
|
|
}
|