protobuf/js/package.json

27 lines
646 B
JSON
Raw Normal View History

{
"name": "google-protobuf",
2020-02-12 22:41:16 +00:00
"version": "3.11.4",
"description": "Protocol Buffers for JavaScript",
2016-02-02 23:18:34 +00:00
"main": "google-protobuf.js",
"files": [
"google"
],
"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"
},
"scripts": {
2016-04-15 21:23:33 +00:00
"test": "node ./node_modules/gulp/bin/gulp.js test"
},
"repository": {
"type": "git",
2018-08-22 18:55:30 +00:00
"url": "https://github.com/protocolbuffers/protobuf/tree/master/js"
},
"author": "Google Protocol Buffers Team",
2018-07-31 18:35:48 +00:00
"license": "BSD-3-Clause"
}