forked from googleapis/gax-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "gapi-gax-nodejs",
"version": "0.1.0",
"description": "Google API Extensions",
"main": "index.js",
"dependencies": {
"google-auth-library": "0.9.7",
"grpc": "~0.13.1",
"lodash": "~4.11.1",
"through2": "~2.0.1"
},
"devDependencies": {
"chai": "*",
"codecov": "~1.0",
"istanbul": "~0.3.15",
"jshint": "~2.5",
"mocha": "~2.2.5",
"pegjs": "~0.9.0",
"sinon": "~1.17.3"
},
"scripts": {
"codecov": "istanbul cover _mocha -- --reporter spec --slow 500 --timeout 5000 && codecov",
"lint": "jshint lib test",
"gen-parser": "pegjs lib/path_template_parser.pegjs",
"test": "istanbul test _mocha -- --reporter spec --slow 500 --timeout 5000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/googleapis/gax-nodejs.git"
},
"keywords": [
"grpc"
],
"author": "Google API Authors",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/googleapis/gax-nodejs/issues"
},
"homepage": "https://github.com/googleapis/gax-nodejs#readme"
}