grpc-node/package.json

40 lines
889 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": {
"@types/node": "^8.0.32",
"del": "^3.0.0",
"execa": "^0.8.0",
"gulp": "^3.9.1",
"gulp-help": "^1.6.1",
"gulp-jsdoc3": "^1.0.1",
"gulp-jshint": "^2.0.4",
"gulp-mocha": "^4.3.1",
"gulp-sourcemaps": "^2.6.1",
"gulp-tslint": "^8.1.1",
"gulp-typescript": "^3.2.2",
"gulp-util": "^3.0.8",
"jsdoc": "^3.3.2",
"jshint": "^2.9.5",
"merge2": "^1.1.0",
"mocha": "^3.5.3",
"mocha-jenkins-reporter": "^0.3.9",
"through2": "^2.0.3",
"tslint": "^5.5.0",
"typescript": "^2.5.1",
"xml2js": "^0.4.19"
},
"contributors": [
{
"name": "Google Inc."
}
]
}