protobuf/js/package.json

28 lines
695 B
JSON
Raw Normal View History

{
"name": "google-protobuf",
"version": "3.20.0-rc.1",
"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-deps": "^20210406.0.0",
2019-08-22 23:14:22 +00:00
"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"
}