blob: 0c97d195f158f05c8f2863f87f80afd93f0dcf61 [file] [log] [blame] [edit]
{
"name": "google-protobuf-conformance",
"private": true,
"version": "0.0.1",
"description": "Conformance test runner for google-protobuf",
"main": "runner.js",
"files": [
"runner.js",
"protos/*.proto",
"package.json",
"LICENSE.md"
],
"dependencies": {
"google-protobuf": "file:../google-protobuf-4.0.1.tgz"
},
"author": "Google Protocol Buffers Team",
"license": "BSD-3-Clause"
}