UNPKG

925 BJSONView Raw
1{
2 "name": "google-protobuf",
3 "version": "3.21.2",
4 "description": "Protocol Buffers for JavaScript",
5 "main": "google-protobuf.js",
6 "files": [
7 "google/protobuf/*_pb.js",
8 "google/protobuf/compiler/*_pb.js",
9 "google-protobuf.js",
10 "LICENSE.md",
11 "LICENSE-asserts.md",
12 "package.json",
13 "README.md"
14 ],
15 "dependencies": {},
16 "devDependencies": {
17 "glob": "~7.1.4",
18 "google-closure-compiler": "~20190819.0.0",
19 "google-closure-deps": "^20210406.0.0",
20 "google-closure-library": "~20200315.0.0",
21 "gulp": "~4.0.2",
22 "jasmine": "~3.5.0"
23 },
24 "scripts": {
25 "build": "node ./node_modules/gulp/bin/gulp.js dist",
26 "test": "node ./node_modules/gulp/bin/gulp.js test"
27 },
28 "repository": {
29 "type": "git",
30 "url": "https://github.com/protocolbuffers/protobuf-javascript"
31 },
32 "author": "Google Protocol Buffers Team",
33 "license": "(BSD-3-Clause AND Apache-2.0)"
34}