bower.json 325 B

12345678910111213141516
  1. {
  2. "name": "thrift",
  3. "version": "0.10.0",
  4. "homepage": "https://git-wip-us.apache.org/repos/asf/thrift.git",
  5. "authors": [
  6. "Apache Thrift <dev@thrift.apache.org>"
  7. ],
  8. "description": "Apache Thrift",
  9. "main": "lib/js/src/thrift.js",
  10. "keywords": [
  11. "thrift"
  12. ],
  13. "license": "Apache v2",
  14. "ignore": [
  15. ]
  16. }