2015-12-21 23:18:17 +00:00
|
|
|
{
|
|
|
|
"name": "google-protobuf",
|
2019-08-09 20:21:18 +00:00
|
|
|
"version": "3.9.1",
|
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": {
|
|
|
|
"glob": "~6.0.4",
|
2019-03-28 16:54:13 +00:00
|
|
|
"google-closure-compiler": "~20190301.0.0",
|
|
|
|
"google-closure-library": "~20190301.0.0",
|
2019-05-01 19:42:52 +00:00
|
|
|
"gulp": "~4.0.1",
|
2015-12-21 23:18:17 +00:00
|
|
|
"jasmine": "~2.4.1"
|
|
|
|
},
|
|
|
|
"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
|
|
|
}
|