grpc-node/package.json
2017-08-02 15:15:47 -07:00

25 lines
542 B
JSON

{
"name": "grpc-js",
"version": "0.1.0",
"description": "gRPC Library for Node - pure JS",
"homepage": "https://grpc.io/",
"main": "index.js",
"private": true,
"engines": {
"node": ">=8.3"
},
"keywords": [],
"author": "Google Inc.",
"license": "Apache-2.0",
"devDependencies": {
"@types/node": "^8.0.17",
"clang-format": "^1.0.53",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-tslint": "^8.1.1",
"gulp-typescript": "^3.2.1",
"merge2": "^1.1.0",
"typescript": "^2.4.2"
}
}