mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
24 lines
447 B
JSON
24 lines
447 B
JSON
{
|
|
"name": "grpc-js-repository",
|
|
"version": "0.1.0",
|
|
"description": "Dummy package for the grpc-node repository",
|
|
"private": true,
|
|
"keywords": [],
|
|
"author": {
|
|
"name": "Google Inc."
|
|
},
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"gulp-help": "^1.6.1"
|
|
},
|
|
"scripts": {
|
|
"install": "cd packages/grpc-js-core && npm install"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Google Inc."
|
|
}
|
|
]
|
|
}
|