2015-12-21 23:18:17 +00:00
|
|
|
{
|
|
|
|
"name": "google-protobuf",
|
2020-02-12 22:41:16 +00:00
|
|
|
"version": "3.11.4",
|
2015-12-21 23:18:17 +00:00
|
|
|
"description": "Protocol Buffers for JavaScript",
|
2016-02-02 23:18:34 +00:00
|
|
|
"main": "google-protobuf.js",
|
2016-06-23 22:08:15 +00:00
|
|
|
"files": [
|
|
|
|
"google"
|
|
|
|
],
|
2016-06-22 23:29:20 +00:00
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
2019-08-22 23:14:22 +00:00
|
|
|
"glob": "~7.1.4",
|
|
|
|
"google-closure-compiler": "~20190819.0.0",
|
|
|
|
"google-closure-library": "~20190819.0.0",
|
|
|
|
"gulp": "~4.0.2",
|
|
|
|
"jasmine": "~3.4.0"
|
2015-12-21 23:18:17 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2016-04-15 21:23:33 +00:00
|
|
|
"test": "node ./node_modules/gulp/bin/gulp.js test"
|
2015-12-21 23:18:17 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-08-22 18:55:30 +00:00
|
|
|
"url": "https://github.com/protocolbuffers/protobuf/tree/master/js"
|
2015-12-21 23:18:17 +00:00
|
|
|
},
|
2016-06-23 22:08:15 +00:00
|
|
|
"author": "Google Protocol Buffers Team",
|
2018-07-31 18:35:48 +00:00
|
|
|
"license": "BSD-3-Clause"
|
2015-12-21 23:18:17 +00:00
|
|
|
}
|