• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "google-protobuf",
3  "version": "3.20.1",
4  "description": "Protocol Buffers for JavaScript",
5  "main": "google-protobuf.js",
6  "files": [
7    "google"
8  ],
9  "dependencies": {},
10  "devDependencies": {
11    "glob": "~7.1.4",
12    "google-closure-compiler": "~20190819.0.0",
13    "google-closure-deps": "^20210406.0.0",
14    "google-closure-library": "~20190819.0.0",
15    "gulp": "~4.0.2",
16    "jasmine": "~3.4.0"
17  },
18  "scripts": {
19    "test": "node ./node_modules/gulp/bin/gulp.js test"
20  },
21  "repository": {
22    "type": "git",
23    "url": "https://github.com/protocolbuffers/protobuf/tree/master/js"
24  },
25  "author": "Google Protocol Buffers Team",
26  "license": "BSD-3-Clause"
27}
28