-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.44 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.44 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "google-admin-sdk",
"version": "5.0.0",
"description": "node.js library that wraps the Directory and Groups APIs in the Google Admin SDK",
"main": "./index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test",
"preinstall": "npx npm-force-resolutions",
"postshrinkwrap": "npx npm-force-resolutions"
},
"repository": {
"type": "git",
"url": "https://github.com/Clever/node-google-admin-sdk.git"
},
"author": "Clever",
"bugs": {
"url": "https://github.com/Clever/node-google-admin-sdk/issues"
},
"homepage": "https://github.com/Clever/node-google-admin-sdk",
"dependencies": {
"async": "^1.4.2",
"coffee-script": "^1.9.0",
"dotty": "^0.1.2",
"http-string-parser": "0.0.4",
"mailparser": "^0.6.2 ",
"qs": "^2.3.3",
"quest": "^0.2.8",
"retry": "^0.6.1",
"sanitize-arguments": "^2.0.3",
"underscore": "^1.7.0",
"underscore.deep": "~0.5.1",
"underscore.string": "^3.0.2"
},
"devDependencies": {
"mocha": "^2.1.0",
"nock": "~0.47.0",
"npm-force-resolutions": "0.0.10",
"sinon": "^1.12.2"
},
"keywords": [
"directory",
"api",
"groups",
"api",
"google",
"directory",
"api",
"google",
"groups",
"api",
"admin",
"sdk",
"google",
"admin",
"sdk"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"resolutions": {
"dotty": "^0.1.2"
}
}