Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
471 B
22 lines
471 B
9 years ago
|
{
|
||
|
"name": "google-protobuf",
|
||
|
"version": "3.0.0-alpha.1",
|
||
|
"description": "Protocol Buffers for JavaScript",
|
||
|
"main": "debug.js",
|
||
|
"dependencies": {
|
||
|
"google-closure-library": "~20151015.0.0",
|
||
|
"gulp": "~3.9.0",
|
||
|
"jasmine": "~2.4.1"
|
||
|
},
|
||
|
"devDependencies": {},
|
||
|
"scripts": {
|
||
|
"test": "gulp test"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/google/protobuf/tree/master/js"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "Apache-2.0"
|
||
|
}
|